Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.h75 bool isRadioOff() const { return radio_state_ == RADIO_STATE_OFF; } in isRadioOff()
93 RADIO_STATE_OFF, enumerator
Dnetwork_service.cpp126 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()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c701 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);
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp1038 case RADIO_STATE_OFF: return "RADIO_OFF"; in radioStateToString()
Dril.h274 RADIO_STATE_OFF = 0, /* Radio explicitly powered off (eg CFUN=0) */ enumerator
/device/generic/goldfish/radio/include/telephony/
Dril.h240 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */ enumerator