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 | 133 static RequestInfo *s_pendingRequests = NULL; 138 static RequestInfo *s_pendingRequests_socket2 = NULL; 144 static RequestInfo *s_pendingRequests_socket3 = NULL; 150 static RequestInfo *s_pendingRequests_socket4 = NULL; 166 static RequestInfo *s_toDispatchHead = NULL; 167 static RequestInfo *s_toDispatchTail = NULL; 221 RequestInfo * 223 RequestInfo *pRI; in addRequestToList() 230 RequestInfo** pendingRequestsHook = &s_pendingRequests; in addRequestToList() 251 pRI = (RequestInfo *)calloc(1, sizeof(RequestInfo)); in addRequestToList() [all …]
|
D | ril_service.cpp | 44 using android::RequestInfo; 472 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() 482 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil() 508 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() 517 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() 534 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 577 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() 617 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts() 649 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus() 673 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchRaw() [all …]
|
D | sap_service.cpp | 33 using android::RequestInfo;
|