Home
last modified time | relevance | path

Searched refs:RIL_CallState (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp101 extern "C" const char * callStateToString(RIL_CallState);
1004 callStateToString(RIL_CallState s) { in callStateToString()
Dril.h247 } RIL_CallState; typedef
433 RIL_CallState state;
/device/generic/goldfish/radio/libril/
Dril.cpp101 extern "C" const char * callStateToString(RIL_CallState);
1000 callStateToString(RIL_CallState s) { in callStateToString()
/device/generic/goldfish/radio/ril/
Dril.h237 } RIL_CallState; typedef
425 RIL_CallState state;
Dreference-ril.c301 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp376 RIL_CallState state; // e.g. RIL_CALL_HOLDING;
390 : state(RIL_CallState(0)), in CallState()