Searched refs:pRI (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 136 void (*dispatchFunction) (Parcel &p, struct RequestInfo *pRI); 256 static void dispatchVoid (Parcel& p, RequestInfo *pRI); 257 static void dispatchString (Parcel& p, RequestInfo *pRI); 258 static void dispatchStrings (Parcel& p, RequestInfo *pRI); 259 static void dispatchInts (Parcel& p, RequestInfo *pRI); 260 static void dispatchDial (Parcel& p, RequestInfo *pRI); 261 static void dispatchSIM_IO (Parcel& p, RequestInfo *pRI); 262 static void dispatchSIM_APDU (Parcel& p, RequestInfo *pRI); 263 static void dispatchCallForward(Parcel& p, RequestInfo *pRI); 264 static void dispatchRaw(Parcel& p, RequestInfo *pRI); [all …]
|