Searched refs:RADIO_STATE_ON (Results 1 - 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h128 RADIO_STATE_ON = 10 /* Radio is on */ enumerator in enum:__anon2377
1427 * Only valid when radio state is "RADIO_STATE_ON"
3695 * when radio state is RADIO_STATE_ON
/hardware/ril/reference-ril/
H A Dril.h128 RADIO_STATE_ON = 10 /* Radio is on */ enumerator in enum:__anon2542
1427 * Only valid when radio state is "RADIO_STATE_ON"
3695 * when radio state is RADIO_STATE_ON
H A Dreference-ril.c390 setRadioState(RADIO_STATE_ON);
2485 if (sState == RADIO_STATE_ON) {
3055 setRadioState (RADIO_STATE_ON);
/hardware/ril/libril/
H A Dril.cpp1620 // RILs that support RADIO_STATE_ON should support this request.
1621 if (RADIO_STATE_ON == state) {
1626 // For Older RILs, that do not support RADIO_STATE_ON, assume that they
1647 // RILs that support RADIO_STATE_ON should support this request.
1648 if (RADIO_STATE_ON == state) {
1653 // For Older RILs, that do not support RADIO_STATE_ON, assume that they
4274 if((newRadioState > RADIO_STATE_UNAVAILABLE) && (newRadioState < RADIO_STATE_ON)) {
4302 newRadioState = RADIO_STATE_ON;
4520 case RADIO_STATE_ON:return"RADIO_ON";

Completed in 290 milliseconds