Searched refs:castControllerProxy_ (Results 1 – 4 of 4) sorted by relevance
42 castControllerProxy_ = castControllerProxy; in Init()170 castControllerProxy_->SendControlCommand(cmd); in SendControlCommand()187 int32_t ret = castControllerProxy_->Start(avQueueItem); in Start()230 auto ret = castControllerProxy_->Prepare(avQueueItem); in Prepare()266 return castControllerProxy_->GetDuration(duration); in GetDuration()295 currentItem = castControllerProxy_->GetCurrentItem(); in GetCurrentItem()304 castControllerProxy_->GetValidAbility(cmds); in GetValidCommands()320 return castControllerProxy_->SetDisplaySurface(surfaceId); in SetDisplaySurface()360 auto ret = castControllerProxy_->SetValidAbility(cmds); in AddAvailableCommand()434 if (castControllerProxy_) { in Destroy()[all …]
569 if (castControllerProxy_ == nullptr) { in GetAVCastControllerProxy()573 castControllerProxy_ = AVRouter::GetInstance().GetRemoteController(castHandle_); in GetAVCastControllerProxy()640 sharedPtr->Init(castControllerProxy_, validCallback, preparecallback); in GetAVCastControllerInner()659 castControllerProxy_ = nullptr; in ReleaseAVCastControllerInner()876 …if (castControllerProxy_ != nullptr && castControllerProxy_->GetCurrentItem().GetDescription() !=… in RegisterListenerStreamToCast()878 castControllerProxy_ = nullptr; in RegisterListenerStreamToCast()950 if (castControllerProxy_ != nullptr) { in AddSessionCommandToCast()968 if (castControllerProxy_ != nullptr) { in RemoveSessionCommandFromCast()1201 castControllerProxy_ = nullptr; in DealDisconnect()1377 if (castControllerProxy_ != nullptr) { in StopCast()[all …]
94 std::shared_ptr<IAVCastControllerProxy> castControllerProxy_;
424 std::shared_ptr<IAVCastControllerProxy> castControllerProxy_; variable