Home
last modified time | relevance | path

Searched refs:RequestInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/ril/libril/
Dril.cpp136 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
146 typedef struct RequestInfo { struct
149 struct RequestInfo *p_next; argument
154 } RequestInfo; typedef
196 static RequestInfo *s_pendingRequests = NULL;
205 static RequestInfo *s_pendingRequests_socket2 = NULL;
215 static RequestInfo *s_pendingRequests_socket3 = NULL;
225 static RequestInfo *s_pendingRequests_socket4 = NULL;
241 static RequestInfo *s_toDispatchHead = NULL;
242 static RequestInfo *s_toDispatchTail = NULL;
[all …]