Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp119 radio_state_ = RadioState::RADIO_STATE_OFF; in InitializeServiceState()
240 if (radio_state_ == RadioState::RADIO_STATE_OFF) { in OnSimStatusChanged()
302 radio_state_ = RadioState::RADIO_STATE_OFF; in HandleRadioPower()
390 if (radio_state_ == RADIO_STATE_OFF || in IsHasNetwork()
Dnetwork_service.h92 RADIO_STATE_OFF, enumerator
/device/generic/goldfish/radio/ril/
Dreference-ril.c507 if (onOff == 0 && sState != RADIO_STATE_OFF) { in requestRadioPower()
510 setRadioState(RADIO_STATE_OFF); in requestRadioPower()
511 } else if (onOff > 0 && sState == RADIO_STATE_OFF) { in requestRadioPower()
541 if (sState != RADIO_STATE_OFF) { in requestShutdown()
2626 if (sState == RADIO_STATE_OFF) {
3186 if (sState == RADIO_STATE_OFF || sState == RADIO_STATE_UNAVAILABLE) {
3700 setRadioState (RADIO_STATE_OFF);
3976 setRadioState(RADIO_STATE_OFF);
Dril.h240 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */ enumerator
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp69 RIL_RadioState gRadioPowerState = RADIO_STATE_OFF;
354 if (new_state == RADIO_STATE_OFF) { in set_radio_state()
371 set_radio_state(on ? RADIO_STATE_ON : RADIO_STATE_OFF, t); in request_radio_power()
1889 if (gRadioPowerState != RADIO_STATE_OFF) { in pollSIMState()
2311 if (gRadioPowerState == RADIO_STATE_OFF) { in gce_ril_on_request()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c599 if (onOff == 0 && sState != RADIO_STATE_OFF) { in requestRadioPower()
602 setRadioState(RADIO_STATE_OFF); in requestRadioPower()
603 } else if (onOff > 0 && sState == RADIO_STATE_OFF) { in requestRadioPower()
633 if (sState != RADIO_STATE_OFF) { in requestShutdown()
3815 if (sState == RADIO_STATE_OFF) {
4537 if (sState == RADIO_STATE_OFF || sState == RADIO_STATE_UNAVAILABLE) {
5066 setRadioState (RADIO_STATE_OFF);
5409 setRadioState(RADIO_STATE_OFF);
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp996 case RADIO_STATE_OFF: return "RADIO_OFF"; in radioStateToString()
Dril.h250 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */ enumerator
/device/generic/goldfish/radio/libril/
Dril.cpp992 case RADIO_STATE_OFF: return "RADIO_OFF"; in radioStateToString()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp1038 case RADIO_STATE_OFF: return "RADIO_OFF"; in radioStateToString()
Dril.h251 RADIO_STATE_OFF = 0, /* Radio explictly 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