Searched refs:mCallbackManager (Results 1 – 2 of 2) sorted by relevance
37 ndk::SharedRefBase::make<RefImsMediaSession>(mContext, mHal1_5, mCallbackManager); in openSession()
207 std::shared_ptr<compat::CallbackManager> mCallbackManager; member10667 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()