Searched refs:dispatchStrings (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/libril/
H A Dril_commands.h19 {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, responseSM
[all...]
H A Dril.cpp198 static void dispatchStrings (Parcel& p, RequestInfo *pRI);
447 dispatchStrings (Parcel &p, RequestInfo *pRI) { function in namespace:android
1405 dispatchStrings(p2, pRI);
1408 dispatchStrings(p, pRI);

Completed in 8 milliseconds