Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
DRefImsMedia.cpp37 ndk::SharedRefBase::make<RefImsMediaSession>(mContext, mHal1_5, mCallbackManager); in openSession()
Dril_service.cpp207 std::shared_ptr<compat::CallbackManager> mCallbackManager; member
10667 if (radioService[slotId] == NULL || radioService[slotId]->mCallbackManager == NULL) { in cellularIdentifierDisclosedInd()
10671 auto networkCb = radioService[slotId]->mCallbackManager->indication().networkCb(); in cellularIdentifierDisclosedInd()
10697 if (radioService[slotId] == NULL || radioService[slotId]->mCallbackManager == NULL) { in securityAlgorithmUpdatedInd()
10701 auto networkCb = radioService[slotId]->mCallbackManager->indication().networkCb(); in securityAlgorithmUpdatedInd()
13502 radioService[i]->mCallbackManager = callbackMgr; in registerService()