Searched refs:has_sinks (Results 1 – 3 of 3) sorted by relevance
32 bool has_sinks() const RTC_LOCKS_EXCLUDED(mutex_);
55 bool FrameForwarder::has_sinks() const { in has_sinks() function in webrtc::test::FrameForwarder
1834 EXPECT_TRUE(video_source_.has_sinks()); in TEST_F()1838 EXPECT_FALSE(video_source_.has_sinks()); in TEST_F()1839 EXPECT_TRUE(new_video_source.has_sinks()); in TEST_F()