Searched refs:s_vendorFunctions (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/radio/libril/ |
D | ril_service.cpp | 63 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e))) 64 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest((RIL_SOCKET_ID)(a)) 66 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) 67 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest() 76 RIL_RadioFunctions *s_vendorFunctions = NULL; variable 1131 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall() 1142 } else if (s_vendorFunctions->version >= 15) { in setupDataCall() 1169 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 2054 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn() 2264 if (s_vendorFunctions->version < 15) { in iccOpenLogicalChannel() [all …]
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 64 s_vendorFunctions->onRequest((a), (b), (c), (d), ((RIL_SOCKET_ID)(e))) 65 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest((RIL_SOCKET_ID)(a)) 67 #define CALL_ONREQUEST(a, b, c, d, e) s_vendorFunctions->onRequest((a), (b), (c), (d)) 68 #define CALL_ONSTATEREQUEST(a) s_vendorFunctions->onStateRequest() 77 RIL_RadioFunctions *s_vendorFunctions = NULL; variable 1284 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall() 1295 } else if (s_vendorFunctions->version >= 15) { in setupDataCall() 1322 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 2220 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn() 2430 if (s_vendorFunctions->version < 15) { in iccOpenLogicalChannel() [all …]
|
/device/google/cuttlefish/guest/hals/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 1266 if (s_vendorFunctions->version >= 4 && s_vendorFunctions->version <= 14) { in setupDataCall() 1277 } else if (s_vendorFunctions->version >= 15) { in setupDataCall() 1304 RLOGE("Unsupported RIL version %d, min version expected 4", s_vendorFunctions->version); in setupDataCall() 2189 if (s_vendorFunctions->version <= 14) { in setInitialAttachApn() 2399 if (s_vendorFunctions->version < 15) { in iccOpenLogicalChannel() [all …]
|