Searched refs:RADIO_STATE_OFF (Results 1 – 6 of 6) sorted by relevance
75 bool isRadioOff() const { return radio_state_ == RADIO_STATE_OFF; } in isRadioOff()93 RADIO_STATE_OFF, enumerator
126 radio_state_ = RadioState::RADIO_STATE_OFF; in InitializeServiceState()251 if (radio_state_ == RadioState::RADIO_STATE_OFF) { in OnSimStatusChanged()314 radio_state_ = RadioState::RADIO_STATE_OFF; in HandleRadioPower()448 return radio_state_ != RADIO_STATE_OFF && in IsHasNetwork()
701 if (onOff == 0 && sState != RADIO_STATE_OFF) { in requestRadioPower()704 setRadioState(RADIO_STATE_OFF); in requestRadioPower()705 } else if (onOff > 0 && sState == RADIO_STATE_OFF) { in requestRadioPower()734 if (sState != RADIO_STATE_OFF) { in requestShutdown()748 setRadioState(RADIO_STATE_OFF); in requestNvResetConfig()4464 if (sState == RADIO_STATE_OFF) {5303 if (sState == RADIO_STATE_OFF || sState == RADIO_STATE_UNAVAILABLE) {5832 setRadioState (RADIO_STATE_OFF);6175 setRadioState(RADIO_STATE_OFF);
1038 case RADIO_STATE_OFF: return "RADIO_OFF"; in radioStateToString()
274 RADIO_STATE_OFF = 0, /* Radio explicitly powered off (eg CFUN=0) */ enumerator
240 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */ enumerator