Home
last modified time | relevance | path

Searched refs:GetMirrorCastHandle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dav_cast_provider.h200 virtual int64_t GetMirrorCastHandle() = 0;
H A Dav_router.h255 virtual int64_t GetMirrorCastHandle() = 0;
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.h59 int64_t GetMirrorCastHandle() override;
H A Davrouter_impl.cpp454 if (GetMirrorCastHandle() == -1) { in RegisterCallback()
505 int64_t AVRouterImpl::GetMirrorCastHandle() in GetMirrorCastHandle() function in OHOS::AVSession::AVRouterImpl
512 return providerManagerMap_[providerNumberEnableDefault_]->provider_->GetMirrorCastHandle(); in GetMirrorCastHandle()
H A Davrouter_impl.h95 int64_t GetMirrorCastHandle() override;
H A Davsession_item.cpp633 if (AVRouter::GetInstance().GetMirrorCastHandle() != -1 && isFirstCallback_) { in GetAVCastControllerInner()
867 if (AVRouter::GetInstance().GetMirrorCastHandle() == -1) { in RegisterListenerStreamToCast()
874 castHandle_ = AVRouter::GetInstance().GetMirrorCastHandle(); in RegisterListenerStreamToCast()
1115 if (AVRouter::GetInstance().GetMirrorCastHandle() != -1 && in StartCast()
1117 castHandle_ = AVRouter::GetInstance().GetMirrorCastHandle(); in StartCast()
1376 if (castHandle_ == AVRouter::GetInstance().GetMirrorCastHandle()) { in StopCast()
H A Dhw_cast_provider.cpp333 int64_t HwCastProvider::GetMirrorCastHandle() in GetMirrorCastHandle() function in OHOS::AVSession::HwCastProvider