Searched refs:castSessionListener_ (Results 1 – 2 of 2) sorted by relevance
40 castSessionListener_ = std::make_shared<CastSessionListener>(this); in Init()467 …gerMap_[providerNumber]->provider_->RegisterCastSessionStateListener(castId, castSessionListener_); in RegisterCallback()495 castSessionListener_); in UnRegisterCallback()
122 std::shared_ptr<CastSessionListener> castSessionListener_; variable