OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchStrings
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/libril/
ril_commands.h
19
{RIL_REQUEST_ENTER_SIM_PIN,
dispatchStrings
, responseInts},
20
{RIL_REQUEST_ENTER_SIM_PUK,
dispatchStrings
, responseInts},
21
{RIL_REQUEST_ENTER_SIM_PIN2,
dispatchStrings
, responseInts},
22
{RIL_REQUEST_ENTER_SIM_PUK2,
dispatchStrings
, responseInts},
23
{RIL_REQUEST_CHANGE_SIM_PIN,
dispatchStrings
, responseInts},
24
{RIL_REQUEST_CHANGE_SIM_PIN2,
dispatchStrings
, responseInts},
25
{RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION,
dispatchStrings
, responseInts},
28
{RIL_REQUEST_GET_IMSI,
dispatchStrings
, responseString},
42
{RIL_REQUEST_SEND_SMS,
dispatchStrings
, responseSMS},
43
{RIL_REQUEST_SEND_SMS_EXPECT_MORE,
dispatchStrings
, responseSMS}
[
all
...]
ril.cpp
198
static void
dispatchStrings
(Parcel& p, RequestInfo *pRI);
447
dispatchStrings
(Parcel &p, RequestInfo *pRI) {
[
all
...]
Completed in 26 milliseconds