OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchString
(Results
1 - 2
of
2
) sorted by null
/hardware/ril/libril/
ril_commands.h
41
{RIL_REQUEST_DTMF,
dispatchString
, responseVoid},
46
{RIL_REQUEST_SEND_USSD,
dispatchString
, responseVoid},
64
{RIL_REQUEST_SET_NETWORK_SELECTION_MANUAL,
dispatchString
, responseVoid},
66
{RIL_REQUEST_DTMF_START,
dispatchString
, responseVoid},
85
{RIL_REQUEST_STK_SET_PROFILE,
dispatchString
, responseVoid},
86
{RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND,
dispatchString
, responseString},
87
{RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE,
dispatchString
, responseVoid},
101
{RIL_REQUEST_CDMA_FLASH,
dispatchString
, responseVoid},
103
{RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY,
dispatchString
, responseVoid},
118
{RIL_REQUEST_SET_SMSC_ADDRESS,
dispatchString
, responseVoid}
[
all
...]
ril.cpp
197
static void
dispatchString
(Parcel& p, RequestInfo *pRI);
414
dispatchString
(Parcel& p, RequestInfo *pRI) {
[
all
...]
Completed in 21 milliseconds