Home
last modified time | relevance | path

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

/hardware/ril/include/telephony/
Dril.h129 } RIL_RadioState; typedef
4668 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
4689 typedef RIL_RadioState (*RIL_RadioStateRequest)();
/hardware/ril/reference-ril/
Dril.h129 } RIL_RadioState; typedef
4668 typedef RIL_RadioState (*RIL_RadioStateRequest)(RIL_SOCKET_ID socket_id);
4689 typedef RIL_RadioState (*RIL_RadioStateRequest)();
Dreference-ril.c168 static RIL_RadioState currentState();
198 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE;
246 static void setRadioState(RIL_RadioState newState);
2393 static RIL_RadioState
2445 setRadioState(RIL_RadioState newState)
2448 RIL_RadioState oldState;
/hardware/ril/libril/
Dril.cpp165 extern "C" const char * radioStateToString(RIL_RadioState);
307 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
308 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
309 static RIL_RadioState processRadioState(RIL_RadioState newRadioState);
1614 RIL_RadioState state = CALL_ONSTATEREQUEST((RIL_SOCKET_ID)pRI->socket_id); in dispatchVoiceRadioTech()
1641 RIL_RadioState state = CALL_ONSTATEREQUEST((RIL_SOCKET_ID)pRI->socket_id); in dispatchCdmaSubscriptionSource()
4192 decodeVoiceRadioTechnology (RIL_RadioState radioState) { in decodeVoiceRadioTechnology()
4213 decodeCdmaSubscriptionSource (RIL_RadioState radioState) { in decodeCdmaSubscriptionSource()
4234 decodeSimStatus (RIL_RadioState radioState) { in decodeSimStatus()
4271 static RIL_RadioState
[all …]