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; argument
88 RequestInfo * addRequestToList(int serial, int slotId, int request);
Dril.cpp126 static RequestInfo *s_pendingRequests = NULL;
130 static RequestInfo *s_pendingRequests_socket2 = NULL;
135 static RequestInfo *s_pendingRequests_socket3 = NULL;
140 static RequestInfo *s_pendingRequests_socket4 = NULL;
196 RequestInfo *
198 RequestInfo *pRI; in addRequestToList()
205 RequestInfo** pendingRequestsHook = &s_pendingRequests; in addRequestToList()
226 pRI = (RequestInfo *)calloc(1, sizeof(RequestInfo)); in addRequestToList()
499 checkAndDequeueRequestInfoIfAck(struct RequestInfo *pRI, bool isAck) { in checkAndDequeueRequestInfoIfAck()
505 RequestInfo ** pendingRequestsHook = &s_pendingRequests; in checkAndDequeueRequestInfoIfAck()
[all …]
Dril_service.cpp46 using android::RequestInfo;
470 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse()
484 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil()
508 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil()
522 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid()
531 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString()
548 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
591 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
631 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts()
663 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus()
[all …]
Dsap_service.cpp33 using android::RequestInfo;