Home
last modified time | relevance | path

Searched refs:gRadioState (Results 1 – 7 of 7) sorted by relevance

/hardware/ril/mock-ril/src/js/
Dctrl_server.js28 rsp.state = gRadioState;
47 rsp.state = gRadioState;
49 print('gRadioState after setting: ' + gRadioState);
Dsimulated_radio_tests.js381 ', gRadioState is: ' + gRadioState);
402 ', gRadioState is: ' + gRadioState);
415 print('gRadioState should not be set: ' + gRadioState);
420 ', gRadioState is: ' + gRadioState);
Dmock_ril.js76 var gRadioState = RADIOSTATE_UNAVAILABLE; variable
Dsimulated_radio.js51 gRadioState = newRadioState;
824 if (gRadioState == RADIOSTATE_UNAVAILABLE) {
/hardware/ril/mock-ril/src/cpp/
Djs_support.h24 extern RIL_RadioState gRadioState;
Djs_support.cpp48 RIL_RadioState gRadioState = RADIO_STATE_UNAVAILABLE; variable
52 return v8::Integer::New((int)gRadioState); in RadioStateGetter()
57 gRadioState = RIL_RadioState(value->Int32Value()); in RadioStateSetter()
Dmock_ril.cpp145 DBG("currentState: gRadioState=%d", gRadioState); in currentState()
146 return gRadioState; in currentState()