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.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.cpp49 using android::RequestInfo;
500 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse()
514 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil()
538 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil()
552 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid()
561 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString()
578 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
621 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings()
661 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts()
693 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus()
[all …]
Dsap_service.cpp33 using android::RequestInfo;