Home
last modified time | relevance | path

Searched refs:has_sinks (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/
Dframe_forwarder.h32 bool has_sinks() const RTC_LOCKS_EXCLUDED(mutex_);
Dframe_forwarder.cc55 bool FrameForwarder::has_sinks() const { in has_sinks() function in webrtc::test::FrameForwarder
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc1834 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()