Searched refs:RequestInfo (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.cpp | 126 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; 206 RequestInfo * 208 RequestInfo *pRI = nullptr; in addRequestToList() 215 RequestInfo** pendingRequestsHook = &s_pendingRequests; in addRequestToList() 236 pRI = (RequestInfo *)calloc(1, sizeof(RequestInfo)); in addRequestToList() 530 checkAndDequeueRequestInfoIfAck(struct RequestInfo *pRI, bool isAck) { in checkAndDequeueRequestInfoIfAck() 536 RequestInfo ** pendingRequestsHook = &s_pendingRequests; in checkAndDequeueRequestInfoIfAck() [all …]
|
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_service.cpp | 66 using android::RequestInfo; 729 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() 743 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil() 767 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil() 781 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() 790 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() 807 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 850 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 890 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts() 922 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus() [all …]
|
D | ril_config.cpp | 45 using android::RequestInfo; 78 extern void sendErrorResponse(android::RequestInfo *pRI, RIL_Errno err); 165 RequestInfo *pRI = android::addRequestToList(serial, RIL_SOCKET_1, in setSimSlotsMapping() 229 RequestInfo *pRI = android::addRequestToList(serial, mSlotId, in setModemsConfig()
|
D | sap_service.cpp | 34 using android::RequestInfo;
|