Searched refs:RIL_RadioState (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h242 } RIL_RadioState; typedef in typeref:enum:__anon5688
6331 * Indicate when value of RIL_RadioState has changed.
7016 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7042 typedef RIL_RadioState (*RIL_RadioStateRequest)();
/hardware/ril/reference-ril/
H A Dril.h242 } RIL_RadioState; typedef in typeref:enum:__anon5907
6331 * Indicate when value of RIL_RadioState has changed.
7016 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
7042 typedef RIL_RadioState (*RIL_RadioStateRequest)();
H A Dreference-ril.c178 static RIL_RadioState currentState();
208 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
257 static void setRadioState(RIL_RadioState newState);
2534 static RIL_RadioState
2586 setRadioState(RIL_RadioState newState)
2589 RIL_RadioState oldState;
/hardware/ril/libril/
H A Dril.cpp104 extern "C" const char * radioStateToString(RIL_RadioState);
976 radioStateToString(RIL_RadioState s) {

Completed in 125 milliseconds