Searched refs:s_vendorFunctions (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 76 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e))) 77 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest((RIL_SOCKET_ID)(a)) 79 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) 80 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest() 89 RIL_RadioFunctions *s_vendorFunctions = NULL; variable 1408 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall() 1419 } else if (s_vendorFunctions->version == 15) { in setupDataCall() 1445 } else if (s_vendorFunctions->version >= 16) { in setupDataCall() 1474 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 2485 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn() [all …]
|