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