HomeSort by relevance Sort by last modified time
    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},
42 {RIL_REQUEST_SEND_SMS, dispatchStrings, responseSMS},
43 {RIL_REQUEST_SEND_SMS_EXPECT_MORE, dispatchStrings, responseSMS},
58 {RIL_REQUEST_DEACTIVATE_DATA_CALL, dispatchStrings, responseVoid}
    [all...]
ril.cpp 197 static void dispatchStrings (Parcel& p, RequestInfo *pRI);
415 dispatchStrings (Parcel &p, RequestInfo *pRI) {
1215 dispatchStrings(p2, pRI);
1218 dispatchStrings(p, pRI);
    [all...]

Completed in 133 milliseconds