OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RADIO_STATE_OFF
(Results
1 - 3
of
3
) sorted by null
/hardware/ril/reference-ril/
reference-ril.c
370
if (onOff == 0 && sState !=
RADIO_STATE_OFF
) {
373
setRadioState(
RADIO_STATE_OFF
);
374
} else if (onOff > 0 && sState ==
RADIO_STATE_OFF
) {
[
all
...]
/hardware/ril/include/telephony/
ril.h
74
RADIO_STATE_OFF
= 0, /* Radio explictly powered off (eg CFUN=0) */
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
Completed in 37 milliseconds