/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.h | 26 int getIccCardStatusResponse(int slotId, int responseType, 29 int supplyIccPinForAppResponse(int slotId, 33 int supplyIccPukForAppResponse(int slotId, 37 int supplyIccPin2ForAppResponse(int slotId, 41 int supplyIccPuk2ForAppResponse(int slotId, 45 int changeIccPinForAppResponse(int slotId, 49 int changeIccPin2ForAppResponse(int slotId, 53 int supplyNetworkDepersonalizationResponse(int slotId, 57 int getCurrentCallsResponse(int slotId, 61 int dialResponse(int slotId, [all …]
|
D | ril_service.cpp | 661 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid() argument 662 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() 666 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid() 670 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() argument 671 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() 681 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString() 687 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() argument 688 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 715 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings() 730 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() argument [all …]
|
D | sap_service.cpp | 46 int32_t slotId; member 89 RLOGD("SapImpl::setCallback for slotId %d", slotId); in setCallback() 184 sapService[slotId]->checkReturnStatus(retStatus); in sendFailedResponse() 960 sapService[i]->slotId = i; in registerService()
|
D | ril.cpp | 88 int (*responseFunction) (int slotId, int responseType, int token, 197 addRequestToList(int serial, int slotId, int request) { in addRequestToList() argument 200 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId; in addRequestToList()
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.h | 26 int getIccCardStatusResponse(int slotId, int responseType, 29 int supplyIccPinForAppResponse(int slotId, 33 int supplyIccPukForAppResponse(int slotId, 37 int supplyIccPin2ForAppResponse(int slotId, 41 int supplyIccPuk2ForAppResponse(int slotId, 45 int changeIccPinForAppResponse(int slotId, 49 int changeIccPin2ForAppResponse(int slotId, 53 int supplyNetworkDepersonalizationResponse(int slotId, 57 int getCurrentCallsResponse(int slotId, 61 int dialResponse(int slotId, [all …]
|
D | ril_service.cpp | 672 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid() argument 673 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() 677 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid() 681 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() argument 682 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() 692 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString() 698 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() argument 699 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 726 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings() 741 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() argument [all …]
|
D | ril_config.cpp | 61 extern bool dispatchVoid(int serial, int slotId, int request); 62 extern bool dispatchString(int serial, int slotId, int request, const char * str); 63 extern bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, 65 extern bool dispatchInts(int serial, int slotId, int request, int countInts, ...); 70 extern bool isChangeSlotId(int serviceId, int slotId); 242 int slotId = RIL_SOCKET_1; in registerConfigService() local 250 radioConfigService->mSlotId = slotId; in registerConfigService() 308 int radio_1_6::getSimSlotsStatusResponse(int slotId, int responseType, int serial, in getSimSlotsStatusResponse() argument 345 int radio_1_6::setSimSlotsMappingResponse(int slotId, int responseType, int serial, in setSimSlotsMappingResponse() argument 364 int radio_1_6::getPhoneCapabilityResponse(int slotId, int responseType, int serial, in getPhoneCapabilityResponse() argument [all …]
|
D | sap_service.cpp | 46 int32_t slotId; member 89 RLOGD("SapImpl::setCallback for slotId %d", slotId); in setCallback() 184 sapService[slotId]->checkReturnStatus(retStatus); in sendFailedResponse() 960 sapService[i]->slotId = i; in registerService()
|
D | ril.cpp | 88 int (*responseFunction) (int slotId, int responseType, int token, 207 addRequestToList(int serial, int slotId, int request) { in addRequestToList() argument 210 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId; in addRequestToList()
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.h | 26 int getIccCardStatusResponse(int slotId, int responseType, 29 int supplyIccPinForAppResponse(int slotId, 33 int supplyIccPukForAppResponse(int slotId, 37 int supplyIccPin2ForAppResponse(int slotId, 41 int supplyIccPuk2ForAppResponse(int slotId, 45 int changeIccPinForAppResponse(int slotId, 49 int changeIccPin2ForAppResponse(int slotId, 53 int supplyNetworkDepersonalizationResponse(int slotId, 57 int getCurrentCallsResponse(int slotId, 61 int dialResponse(int slotId, [all …]
|
D | ril_service.cpp | 558 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid() argument 559 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() 563 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid() 567 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() argument 568 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() 578 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString() 584 bool dispatchStrings(int serial, int slotId, int request, bool allowEmpty, int countStrings, ...) { in dispatchStrings() argument 585 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 612 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings() 627 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() argument [all …]
|
D | ril_internal.h | 84 int(*responseFunction) (int slotId, int responseType, int token, 88 RequestInfo * addRequestToList(int serial, int slotId, int request);
|
D | sap_service.cpp | 46 int32_t slotId; member 89 RLOGD("SapImpl::setCallback for slotId %d", slotId); in setCallback() 184 sapService[slotId]->checkReturnStatus(retStatus); in sendFailedResponse() 960 sapService[i]->slotId = i; in registerService()
|
D | ril.cpp | 88 int (*responseFunction) (int slotId, int responseType, int token, 197 addRequestToList(int serial, int slotId, int request) { in addRequestToList() argument 200 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId; in addRequestToList()
|