Searched refs:dispatchStrings (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 577 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() function 620 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() function 847 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PIN, true, in supplyIccPinForApp() 857 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PUK, true, in supplyIccPukForApp() 867 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PIN2, true, in supplyIccPin2ForApp() 877 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_SIM_PUK2, true, in supplyIccPuk2ForApp() 887 dispatchStrings(serial, mSlotId, RIL_REQUEST_CHANGE_SIM_PIN, true, in changeIccPinForApp() 897 dispatchStrings(serial, mSlotId, RIL_REQUEST_CHANGE_SIM_PIN2, true, in changeIccPin2ForApp() 907 dispatchStrings(serial, mSlotId, RIL_REQUEST_ENTER_NETWORK_DEPERSONALIZATION, true, in supplyNetworkDepersonalization() 966 dispatchStrings(serial, mSlotId, RIL_REQUEST_GET_IMSI, false, in getImsiForApp() [all …]
|