Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp58 #define CALL_ONREQUEST(a, b, c, d, e) \ macro
62 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) macro
556 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid()
571 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString()
605 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings()
645 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings()
680 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts()
709 CALL_ONREQUEST(request, &cf, sizeof(cf), pRI, slotId); in dispatchCallForwardStatus()
724 CALL_ONREQUEST(request, (void *) uData, rawBytes.size(), pRI, slotId); in dispatchRaw()
748 CALL_ONREQUEST(request, &apdu, sizeof(apdu), pRI, slotId); in dispatchIccApdu()
[all …]