Home
last modified time | relevance | path

Searched refs:slotId (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/libril/
Dril_service.h26 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 …]
Dril_service.cpp507 bool dispatchVoid(int serial, int slotId, int request) { in dispatchVoid() argument
508 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid()
512 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid()
516 bool dispatchString(int serial, int slotId, int request, const char * str) { in dispatchString() argument
517 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString()
527 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString()
533 bool dispatchStrings(int serial, int slotId, int request, int countStrings, ...) { in dispatchStrings() argument
534 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
561 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings()
576 bool dispatchStrings(int serial, int slotId, int request, const hidl_vec<hidl_string>& data) { in dispatchStrings() argument
[all …]
Dril_internal.h84 int(*responseFunction) (int slotId, int responseType, int token,
88 RequestInfo * addRequestToList(int serial, int slotId, int request);
Dsap_service.cpp46 int32_t slotId; member
89 RLOGD("SapImpl::setCallback for slotId %d", slotId); in setCallback()
182 sapService[slotId]->checkReturnStatus(retStatus); in sendFailedResponse()
952 sapService[i]->slotId = i; in registerService()
Dril.cpp90 int (*responseFunction) (int slotId, int responseType, int token,
222 addRequestToList(int serial, int slotId, int request) { in addRequestToList() argument
225 RIL_SOCKET_ID socket_id = (RIL_SOCKET_ID) slotId; in addRequestToList()