Searched refs:RequestInfo (Results 1 – 4 of 4) sorted by relevance
/hardware/ril/libril/ |
D | ril_internal.h | 72 typedef struct RequestInfo { struct 75 struct RequestInfo *p_next; argument 80 } RequestInfo; argument 88 RequestInfo * addRequestToList(int serial, int slotId, int request);
|
D | ril.cpp | 128 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 …]
|
D | ril_service.cpp | 48 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 …]
|
D | sap_service.cpp | 33 using android::RequestInfo;
|