Searched refs:castControllerProxy (Results 1 – 3 of 3) sorted by relevance
39 void AVCastControllerItem::Init(std::shared_ptr<IAVCastControllerProxy> castControllerProxy, in Init() argument42 castControllerProxy_ = castControllerProxy; in Init()415 …rollerItem::RegisterControllerListener(std::shared_ptr<IAVCastControllerProxy> castControllerProxy) in RegisterControllerListener() argument418 …CHECK_AND_RETURN_RET_LOG(castControllerProxy != nullptr, AVSESSION_ERROR, "cast controller proxy i… in RegisterControllerListener()419 return castControllerProxy->RegisterControllerListener(shared_from_this()); in RegisterControllerListener()
32 void Init(std::shared_ptr<IAVCastControllerProxy> castControllerProxy,78 bool RegisterControllerListener(std::shared_ptr<IAVCastControllerProxy> castControllerProxy);
549 std::shared_ptr<IAVCastControllerProxy> castControllerProxy = nullptr; variable550 EXPECT_EQ(castController_->RegisterControllerListener(castControllerProxy), true);