Searched refs:callbackMgr (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril_service.cpp | 13501 auto callbackMgr = std::make_shared<compat::CallbackManager>(context, radioHidl); in registerService() local 13502 radioService[i]->mCallbackManager = callbackMgr; in registerService() 13503 publishRadioHal<compat::RadioData>(context, radioHidl, callbackMgr, slot); in registerService() 13504 publishRadioHal<compat::RadioMessaging>(context, radioHidl, callbackMgr, slot); in registerService() 13505 publishRadioHal<compat::RadioModem>(context, radioHidl, callbackMgr, slot); in registerService() 13506 publishRadioHal<cf::ril::RefRadioNetwork>(context, radioHidl, callbackMgr, slot); in registerService() 13507 publishRadioHal<compat::RadioSim>(context, radioHidl, callbackMgr, slot); in registerService() 13508 publishRadioHal<compat::RadioVoice>(context, radioHidl, callbackMgr, slot); in registerService() 13509 publishRadioHal<cf::ril::RefRadioIms>(context, radioHidl, callbackMgr, slot); in registerService() 13510 publishRadioHal<cf::ril::RefImsMedia>(context, radioHidl, callbackMgr, in registerService() [all …]
|