Searched defs: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
|
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
|