Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp84 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e)))
85 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest((RIL_SOCKET_ID)(a))
87 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d))
88 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest()
97 RIL_RadioFunctions *s_vendorFunctions = NULL; variable
1418 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall()
1429 } else if (s_vendorFunctions->version == 15) { in setupDataCall()
1455 } else if (s_vendorFunctions->version >= 16) { in setupDataCall()
1484 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall()
2495 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn()
[all …]