Home
last modified time | relevance | path

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

/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()
492 sap::registerService(&s_callbacks); in RIL_register()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c309 static const RIL_RadioFunctions s_callbacks = { variable
6491 return &s_callbacks;
6530 RIL_register(&s_callbacks);