Searched refs:RIL_RadioState (Results 1 – 4 of 4) sorted by relevance
243 } RIL_RadioState; typedef7051 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);7077 typedef RIL_RadioState (*RIL_RadioStateRequest)();
184 static RIL_RadioState currentState();214 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;263 static void setRadioState(RIL_RadioState newState);2752 static RIL_RadioState2804 setRadioState(RIL_RadioState newState)2807 RIL_RadioState oldState;
102 extern "C" const char * radioStateToString(RIL_RadioState);990 radioStateToString(RIL_RadioState s) { in radioStateToString()