ril.cpp | 173 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; member in namespace:android 344 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d), (e)) 345 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest(a) 348 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d)) 349 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest() 827 if (s_callbacks.version < 3) { // Remove when partners upgrade to version 3 960 size = (s_callbacks.version < 6) ? sizeof(simIO.v5) : sizeof(simIO.v6); [all...] |