Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.h94 RADIO_STATE_ON, enumerator
Dnetwork_service.cpp318 radio_state_ = RadioState::RADIO_STATE_ON; in HandleRadioPower()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c717 setRadioState(RADIO_STATE_ON); in requestRadioPower()
751 setRadioState(RADIO_STATE_ON); in requestNvResetConfig()
5287 if (sState == RADIO_STATE_ON) {
5436 ret = (sState == RADIO_STATE_ON) ? SIM_READY : SIM_NOT_READY;
5902 setRadioState (RADIO_STATE_ON);
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp1040 case RADIO_STATE_ON:return"RADIO_ON"; in radioStateToString()
Dril.h276 RADIO_STATE_ON = 10 /* Radio is on */ enumerator
/device/generic/goldfish/radio/include/telephony/
Dril.h242 RADIO_STATE_ON = 10 /* Radio is on */ enumerator