Home
last modified time | relevance | path

Searched refs:s_callbacks (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp111 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; variable
283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData()
308 int rilVer = s_callbacks.version; in onNewCommandConnect()
322 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect()
324 version = s_callbacks.getVersion(); in onNewCommandConnect()
418 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_setcallbacks()
443 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_register()
459 radio_1_6::registerService(&s_callbacks, s_commands); in RIL_register()
621 if (s_callbacks.version >= 13 && pRI->wasAckSent == 1) { in RIL_onRequestComplete()
650 if (s_callbacks.version >= 13) { in grabPartialWakeLock()
[all …]
/device/generic/goldfish/radio/libril/
Dril.cpp111 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; variable
283 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData()
308 int rilVer = s_callbacks.version; in onNewCommandConnect()
322 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect()
324 version = s_callbacks.getVersion(); in onNewCommandConnect()
418 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_setcallbacks()
443 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_register()
459 radio::registerService(&s_callbacks, s_commands); in RIL_register()
620 if (s_callbacks.version >= 13 && pRI->wasAckSent == 1) { in RIL_onRequestComplete()
649 if (s_callbacks.version >= 13) { in grabPartialWakeLock()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp111 RIL_RadioFunctions s_callbacks = {0, NULL, NULL, NULL, NULL, NULL}; variable
300 int responseType = (s_callbacks.version >= 13) in resendLastNITZTimeData()
325 int rilVer = s_callbacks.version; in onNewCommandConnect()
339 if (s_callbacks.getVersion != NULL) { in onNewCommandConnect()
341 version = s_callbacks.getVersion(); in onNewCommandConnect()
435 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_setcallbacks()
460 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_register()
476 radio_1_6::registerService(&s_callbacks, s_commands); in RIL_register()
489 radio_1_6::registerConfigService(&s_callbacks, s_configCommands); in RIL_register()
652 if (s_callbacks.version >= 13 && pRI->wasAckSent == 1) { in RIL_onRequestComplete()
[all …]
/device/generic/goldfish/radio/ril/
Dreference-ril.c219 static const RIL_RadioFunctions s_callbacks = { variable
4243 return &s_callbacks;
4282 RIL_register(&s_callbacks);
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c298 static const RIL_RadioFunctions s_callbacks = { variable
5650 return &s_callbacks;
5689 RIL_register(&s_callbacks);