Searched refs:s_callbacks (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish_common/guest/hals/ril/libril/ |
D | ril.cpp | 113 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; variable 285 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData() 310 int rilVer = s_callbacks.version; in onNewCommandConnect() 324 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect() 326 version = s_callbacks.getVersion(); in onNewCommandConnect() 420 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_setcallbacks() 445 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_register() 461 radio_1_4::registerService(&s_callbacks, s_commands); in RIL_register() 623 if (s_callbacks.version >= 13 && pRI->wasAckSent == 1) { in RIL_onRequestComplete() 652 if (s_callbacks.version >= 13) { in grabPartialWakeLock() [all …]
|
/device/generic/goldfish/ril/ |
D | reference-ril.c | 211 static const RIL_RadioFunctions s_callbacks = { variable 4120 return &s_callbacks; 4159 RIL_register(&s_callbacks);
|