Searched refs:MuteToBlackThenPause (Results 1 – 5 of 5) sorted by relevance
151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
476 bool ChannelManager::MuteToBlackThenPause( in MuteToBlackThenPause() function in cricket::ChannelManager482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted)); in MuteToBlackThenPause()
209 virtual bool MuteToBlackThenPause(bool muted);
175 capturer_.MuteToBlackThenPause(true); in TEST_F()190 capturer_.MuteToBlackThenPause(false); in TEST_F()
227 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause() function in cricket::VideoCapturer