Searched refs:GetMirrorCastHandle (Results 1 – 7 of 7) sorted by relevance
200 virtual int64_t GetMirrorCastHandle() = 0;
255 virtual int64_t GetMirrorCastHandle() = 0;
59 int64_t GetMirrorCastHandle() override;
454 if (GetMirrorCastHandle() == -1) { in RegisterCallback()505 int64_t AVRouterImpl::GetMirrorCastHandle() in GetMirrorCastHandle() function in OHOS::AVSession::AVRouterImpl512 return providerManagerMap_[providerNumberEnableDefault_]->provider_->GetMirrorCastHandle(); in GetMirrorCastHandle()
95 int64_t GetMirrorCastHandle() override;
633 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()
333 int64_t HwCastProvider::GetMirrorCastHandle() in GetMirrorCastHandle() function in OHOS::AVSession::HwCastProvider