Home
last modified time | relevance | path

Searched refs:RequestInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
Dril_internal.h72 typedef struct RequestInfo { struct
75 struct RequestInfo *p_next; argument
80 } RequestInfo; typedef
88 RequestInfo * addRequestToList(int serial, int slotId, int request);
Dril.cpp128 static RequestInfo *s_pendingRequests = NULL;
132 static RequestInfo *s_pendingRequests_socket2 = NULL;
137 static RequestInfo *s_pendingRequests_socket3 = NULL;
142 static RequestInfo *s_pendingRequests_socket4 = NULL;
198 RequestInfo *
200 RequestInfo *pRI; in addRequestToList()
207 RequestInfo** pendingRequestsHook = &s_pendingRequests; in addRequestToList()
228 pRI = (RequestInfo *)calloc(1, sizeof(RequestInfo)); in addRequestToList()
501 checkAndDequeueRequestInfoIfAck(struct RequestInfo *pRI, bool isAck) { in checkAndDequeueRequestInfoIfAck()
507 RequestInfo ** pendingRequestsHook = &s_pendingRequests; in checkAndDequeueRequestInfoIfAck()
[all …]
Dril_service.cpp48 using android::RequestInfo;
499 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse()
513 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil()
537 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil()
551 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid()
560 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString()
577 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
620 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
660 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts()
692 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus()
[all …]
Dsap_service.cpp33 using android::RequestInfo;