Searched defs:CALL_ONREQUEST (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_config.cpp | 51 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d), (e)) macro 55 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions_config->onRequest((a), (b), (c), (d)) macro
|
D | ril_service.cpp | 63 #define CALL_ONREQUEST(a, b, c, d, e) \ macro 67 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) macro
|
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 62 #define CALL_ONREQUEST(a, b, c, d, e) \ macro 66 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) macro
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_service.cpp | 58 #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
|