Searched refs:CastSessionListener (Results 1 – 2 of 2) sorted by relevance
26 class CastSessionListener : public IAVCastSessionStateListener {28 explicit CastSessionListener(AVRouterImpl *ptr) in CastSessionListener() function122 std::shared_ptr<CastSessionListener> castSessionListener_;
40 castSessionListener_ = std::make_shared<CastSessionListener>(this); in Init()