HomeSort by relevance Sort by last modified time
    Searched refs:RADIO_STATE_OFF (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/ril/
reference-ril.c 489 if (onOff == 0 && sState != RADIO_STATE_OFF) {
492 setRadioState(RADIO_STATE_OFF);
493 } else if (onOff > 0 && sState == RADIO_STATE_OFF) {
523 if (sState != RADIO_STATE_OFF) {
    [all...]
ril.h 239 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 116 RIL_RadioState gRadioPowerState = RADIO_STATE_OFF;
443 if (new_state == RADIO_STATE_OFF) {
460 set_radio_state(on ? RADIO_STATE_ON : RADIO_STATE_OFF, t);
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.cpp 998 case RADIO_STATE_OFF: return "RADIO_OFF";
    [all...]
ril.h 243 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
    [all...]

Completed in 4197 milliseconds