Searched defs:pRI (Results 1 – 2 of 2) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 198 RequestInfo *pRI; in addRequestToList() local 499 checkAndDequeueRequestInfoIfAck(struct RequestInfo *pRI, bool isAck) { in checkAndDequeueRequestInfoIfAck() 557 RequestInfo *pRI; in RIL_onRequestAck() local 590 RequestInfo *pRI; in RIL_onRequestComplete() local
|
D | ril_service.cpp | 470 void sendErrorResponse(RequestInfo *pRI, RIL_Errno err) { in sendErrorResponse() 484 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI, bool allowEmpty) { in copyHidlStringToRil() 508 bool copyHidlStringToRil(char **dest, const hidl_string &src, RequestInfo *pRI) { in copyHidlStringToRil() 522 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchVoid() local 531 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchString() local 548 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() local 591 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchStrings() local 631 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchInts() local 663 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchCallForwardStatus() local 687 RequestInfo *pRI = android::addRequestToList(serial, slotId, request); in dispatchRaw() local [all …]
|