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

  /hardware/ril/reference-ril/
reference-ril.c 260 if (onOff == 0 && sState != RADIO_STATE_OFF) {
263 setRadioState(RADIO_STATE_OFF);
264 } else if (onOff > 0 && sState == RADIO_STATE_OFF) {
    [all...]
  /hardware/ril/include/telephony/
ril.h 72 RADIO_STATE_OFF = 0, /* Radio explictly powered off (eg CFUN=0) */
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 157 milliseconds