Lines Matching refs:sState
326 static RIL_RadioState sState = RADIO_STATE_UNAVAILABLE; variable
701 if (onOff == 0 && sState != RADIO_STATE_OFF) { in requestRadioPower()
705 } else if (onOff > 0 && sState == RADIO_STATE_OFF) { in requestRadioPower()
734 if (sState != RADIO_STATE_OFF) { in requestShutdown()
4449 RLOGD("onRequest: %s, sState: %d", requestToString(request), sState);
4454 if (sState == RADIO_STATE_UNAVAILABLE
4464 if (sState == RADIO_STATE_OFF) {
5198 return sState;
5254 oldState = sState;
5265 if (sState != newState || s_closed > 0) {
5266 sState = newState;
5275 if (sState != oldState) {
5287 if (sState == RADIO_STATE_ON) {
5303 if (sState == RADIO_STATE_OFF || sState == RADIO_STATE_UNAVAILABLE) {
5380 RLOGD("getSIMStatus(). sState: %d",sState);
5436 ret = (sState == RADIO_STATE_ON) ? SIM_READY : SIM_NOT_READY;
5601 if (sState != RADIO_STATE_UNAVAILABLE) {
6006 if (sState == RADIO_STATE_UNAVAILABLE) {