Searched refs:CALL_ONREQUEST (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 57 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) macro 61 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) macro 200 CALL_ONREQUEST(RIL_REQUEST_CONFIG_SET_SLOT_MAPPING, pSlotMap, in setSimSlotsMapping() 240 CALL_ONREQUEST(RIL_REQUEST_CONFIG_SET_MODEM_CONFIG, &mdConfig, in setModemsConfig()
|
D | ril_service.cpp | 83 #define CALL_ONREQUEST(a, b, c, d, e) \ macro 87 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) macro 785 CALL_ONREQUEST(request, NULL, 0, pRI, slotId); in dispatchVoid() 800 CALL_ONREQUEST(request, pString, sizeof(char *), pRI, slotId); in dispatchString() 834 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings() 874 CALL_ONREQUEST(request, pStrings, countStrings * sizeof(char *), pRI, slotId); in dispatchStrings() 909 CALL_ONREQUEST(request, pInts, countInts * sizeof(int), pRI, slotId); in dispatchInts() 938 CALL_ONREQUEST(request, &cf, sizeof(cf), pRI, slotId); in dispatchCallForwardStatus() 953 CALL_ONREQUEST(request, (void *) uData, rawBytes.size(), pRI, slotId); in dispatchRaw() 977 CALL_ONREQUEST(request, &apdu, sizeof(apdu), pRI, slotId); in dispatchIccApdu() [all …]
|