Home
last modified time | relevance | path

Searched refs:MuteToBlackThenPause (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/session/media/
Dchannelmanager.h151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
Dchannelmanager.cc476 bool ChannelManager::MuteToBlackThenPause( in MuteToBlackThenPause() function in cricket::ChannelManager
482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted)); in MuteToBlackThenPause()
/external/webrtc/talk/media/base/
Dvideocapturer.h209 virtual bool MuteToBlackThenPause(bool muted);
Dvideocapturer_unittest.cc175 capturer_.MuteToBlackThenPause(true); in TEST_F()
190 capturer_.MuteToBlackThenPause(false); in TEST_F()
Dvideocapturer.cc227 bool VideoCapturer::MuteToBlackThenPause(bool muted) { in MuteToBlackThenPause() function in cricket::VideoCapturer