Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp125 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
135 typedef struct RequestInfo { struct
138 struct RequestInfo *p_next; argument
142 } RequestInfo; typedef
192 static RequestInfo *s_pendingRequests = NULL;
201 static RequestInfo *s_pendingRequests_socket2 = NULL;
211 static RequestInfo *s_pendingRequests_socket3 = NULL;
221 static RequestInfo *s_pendingRequests_socket4 = NULL;
237 static RequestInfo *s_toDispatchHead = NULL;
238 static RequestInfo *s_toDispatchTail = NULL;
[all …]