OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RIL_REQUEST_GET_SIM_STATUS
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java
137
int
RIL_REQUEST_GET_SIM_STATUS
= 1;
RIL.java
653
RILRequest rr = RILRequest.obtain(
RIL_REQUEST_GET_SIM_STATUS
, result);
[
all
...]
/hardware/ril/mock-ril/src/js/
mock_ril.js
223
dispatchTable[
RIL_REQUEST_GET_SIM_STATUS
] = { // 1
simulated_icc.js
164
this.simDispatchTable[
RIL_REQUEST_GET_SIM_STATUS
] = this.rilRequestGetSimStatus; // 1
ril_vars.js
170
var
RIL_REQUEST_GET_SIM_STATUS
= 1
/hardware/ril/libril/
ril_commands.h
18
{
RIL_REQUEST_GET_SIM_STATUS
, dispatchVoid, responseSimStatus},
ril.cpp
[
all
...]
/hardware/ril/mock-ril/src/cpp/
requests.cpp
408
rilReqConversionMap[
RIL_REQUEST_GET_SIM_STATUS
] = ReqWithNoData; // 1
503
testRilRequest(context,
RIL_REQUEST_GET_SIM_STATUS
, data, sizeof(data),
responses.cpp
133
* Handle
RIL_REQUEST_GET_SIM_STATUS
response
496
rilRspConversionMap[
RIL_REQUEST_GET_SIM_STATUS
] = RspGetSimStatus; // 1
/hardware/ril/include/telephony/
ril.h
638
*
RIL_REQUEST_GET_SIM_STATUS
649
#define
RIL_REQUEST_GET_SIM_STATUS
1
[
all
...]
/hardware/ril/reference-ril/
reference-ril.c
[
all
...]
Completed in 87 milliseconds