Searched refs:hwCastProviderSessionMap_ (Results 1 – 2 of 2) sorted by relevance
107 hwCastProviderSessionMap_.clear(); in Release()157 hwCastProviderSessionMap_[castId] = hwCastProviderSession; in StartCastSession()177 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in StopCastSession()185 hwCastProviderSessionMap_.erase(castId); in StopCastSession()195 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in AddCastDevice()213 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in RemoveCastDevice()277 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in GetRemoteController()306 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in SetStreamState()321 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in GetRemoteNetWorkId()348 if (hwCastProviderSessionMap_.find(castId) == hwCastProviderSessionMap_.end()) { in RegisterCastSessionStateListener()[all …]
66 std::map<int, std::shared_ptr<HwCastProviderSession>> hwCastProviderSessionMap_; variable