Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp101 extern "C" const char * callStateToString(RIL_CallState);
1046 callStateToString(RIL_CallState s) { in callStateToString()
Dril.h271 } RIL_CallState; typedef
459 RIL_CallState state;
/device/generic/goldfish/radio/include/telephony/
Dril.h237 } RIL_CallState; typedef
423 RIL_CallState state;
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c428 static int clccStateToRILState(int state, RIL_CallState *p_state) in clccStateToRILState()