Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp320 static RIL_RadioState processRadioState(RIL_RadioState newRadioState);
5102 processRadioState(RIL_RadioState newRadioState, RIL_SOCKET_ID socket_id) { in processRadioState() argument
5104 if((newRadioState > RADIO_STATE_UNAVAILABLE) && (newRadioState < RADIO_STATE_ON)) { in processRadioState()
5111 newVoiceRadioTech = decodeVoiceRadioTechnology(newRadioState); in processRadioState()
5118 newCdmaSubscriptionSource = decodeCdmaSubscriptionSource(newRadioState); in processRadioState()
5125 newSimStatus = decodeSimStatus(newRadioState); in processRadioState()
5132 newRadioState = RADIO_STATE_ON; in processRadioState()
5135 return newRadioState; in processRadioState()