Searched refs:s_vendorFunctions (Results 1 – 1 of 1) sorted by relevance
/hardware/ril/libril/ |
D | ril_service.cpp | 56 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e))) 57 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest((RIL_SOCKET_ID)(a)) 59 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) 60 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest() 63 RIL_RadioFunctions *s_vendorFunctions = NULL; variable 1082 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall() 1093 } else if (s_vendorFunctions->version >= 15) { in setupDataCall() 1120 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 2016 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn() 2224 if (s_vendorFunctions->version < 15) { in iccOpenLogicalChannel() [all …]
|