OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gRadioState
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/mock-ril/src/js/
mock_ril.js
76
var
gRadioState
= RADIOSTATE_UNAVAILABLE;
/hardware/ril/mock-ril/src/cpp/
js_support.cpp
48
RIL_RadioState
gRadioState
= RADIO_STATE_UNAVAILABLE;
52
return v8::Integer::New((int)
gRadioState
);
57
gRadioState
= RIL_RadioState(value->Int32Value());
250
global->SetAccessor(v8::String::New("
gRadioState
"),
312
"
gRadioState
= i;\n"
313
" print('
gRadioState
=' +
gRadioState
);\n"
315
"
gRadioState
= 1;\n"
316
"print('last
gRadioState
=' +
gRadioState
);\n")
[
all
...]
Completed in 110 milliseconds