Searched refs:dispatchStrings (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 547 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() function 590 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() function 812 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PIN, true, in supplyIccPinForApp() 822 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PUK, true, in supplyIccPukForApp() 832 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PIN2, true, in supplyIccPin2ForApp() 842 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PUK2, true, in supplyIccPuk2ForApp() 852 dispatchStrings(serial, mSlotId, RIL_REQUEST_CHANGE_SIM_PIN, true, in changeIccPinForApp() 862 dispatchStrings(serial, mSlotId, RIL_REQUEST_CHANGE_SIM_PIN2, true, in changeIccPin2ForApp() 872 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, true, in supplyNetworkDepersonalization() 931 dispatchStrings(serial, mSlotId, RIL_REQUEST_GET_IMSI, false, in getImsiForApp() [all …]
|