Searched refs:ohAVSessionCallbackImpl_ (Results 1 – 2 of 2) sorted by relevance
124 if (ohAVSessionCallbackImpl_ == nullptr) { in RegisterCommandCallback()125 ohAVSessionCallbackImpl_ = std::make_shared<OHAVSessionCallbackImpl>(); in RegisterCommandCallback()126 ret = avSession_->RegisterCallback(ohAVSessionCallbackImpl_); in RegisterCommandCallback()157 if (ohAVSessionCallbackImpl_ == nullptr) { in UnregisterCommandCallback()189 if (ohAVSessionCallbackImpl_ == nullptr) { in CheckAndRegister()192 avSession_->RegisterCallback(ohAVSessionCallbackImpl_)); in CheckAndRegister()213 if (ohAVSessionCallbackImpl_ == nullptr) { in UnregisterForwardCallback()239 if (ohAVSessionCallbackImpl_ == nullptr) { in UnregisterRewindCallback()265 if (ohAVSessionCallbackImpl_ == nullptr) { in UnregisterSeekCallback()291 if (ohAVSessionCallbackImpl_ == nullptr) { in UnregisterSetLoopModeCallback()[all …]
83 std::shared_ptr<OHAVSessionCallbackImpl> ohAVSessionCallbackImpl_; variable