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

/hardware/ril/libril/
H A Dril.cpp121 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI);
131 typedef struct RequestInfo { struct in namespace:android
134 struct RequestInfo *p_next;
137 } RequestInfo; typedef in namespace:android
180 static RequestInfo *s_pendingRequests = NULL;
182 static RequestInfo *s_toDispatchHead = NULL;
183 static RequestInfo *s_toDispatchTail = NULL;
196 static void dispatchVoid (Parcel& p, RequestInfo *pRI);
197 static void dispatchString (Parcel& p, RequestInfo *pRI);
198 static void dispatchStrings (Parcel& p, RequestInfo *pR
[all...]

Completed in 4 milliseconds