Home | History | Annotate | Download | only in libril

Lines Matching refs:RIL_RadioState

165 extern "C" const char * radioStateToString(RIL_RadioState);
310 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
311 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
312 static RIL_RadioState processRadioState(RIL_RadioState newRadioState);
1637 RIL_RadioState state = CALL_ONSTATEREQUEST((RIL_SOCKET_ID)pRI->socket_id);
1664 RIL_RadioState state = CALL_ONSTATEREQUEST((RIL_SOCKET_ID)pRI->socket_id);
4440 decodeVoiceRadioTechnology (RIL_RadioState radioState) {
4461 decodeCdmaSubscriptionSource (RIL_RadioState radioState) {
4482 decodeSimStatus (RIL_RadioState radioState) {
4519 static RIL_RadioState
4520 processRadioState(RIL_RadioState newRadioState, RIL_SOCKET_ID socket_id) {
4571 RIL_RadioState newState;
4756 radioStateToString(RIL_RadioState s) {