Searched refs:s_callbacks (Results 1 – 2 of 2) sorted by relevance
/hardware/ril/libril/ |
D | ril.cpp | 173 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; variable 341 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d), (e)) 342 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest(a) 345 #define CALL_ONREQUEST(a, b, c, d, e) s_callbacks.onRequest((a), (b), (c), (d)) 346 #define CALL_ONSTATEREQUEST(a) s_callbacks.onStateRequest() 824 if (s_callbacks.version < 3) { // Remove when partners upgrade to version 3 in dispatchDial() 957 size = (s_callbacks.version < 6) ? sizeof(simIO.v5) : sizeof(simIO.v6); in dispatchSIM_IO() 1700 if (s_callbacks.version < 4 && numParams > numParamsRilV3) { in dispatchDataCall() 2400 … if ((s_callbacks.version < 3) || (p_cur->uusInfo == NULL || p_cur->uusInfo->uusData == NULL)) { in responseCallList() 2655 if (s_callbacks.version <= LAST_IMPRECISE_RIL_VERSION) { in responseDataCallList() [all …]
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 184 static const RIL_RadioFunctions s_callbacks = { variable 3426 return &s_callbacks; 3465 RIL_register(&s_callbacks);
|