Searched refs:dispatchStrings (Results 1 – 2 of 2) sorted by relevance
/hardware/ril/libril/ |
D | 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 …]
|
D | ril.cpp | 258 static void dispatchStrings (Parcel& p, RequestInfo *pRI); 626 dispatchStrings (Parcel &p, RequestInfo *pRI) { in dispatchStrings() function 1708 dispatchStrings(p2, pRI); in dispatchDataCall() 1711 dispatchStrings(p, pRI); in dispatchDataCall()
|