HomeSort by relevance Sort by last modified time
    Searched refs:MuteToBlackThenPause (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/media/base/
videocapturer.h 209 virtual bool MuteToBlackThenPause(bool muted);
videocapturer_unittest.cc 175 capturer_.MuteToBlackThenPause(true);
190 capturer_.MuteToBlackThenPause(false);
    [all...]
videocapturer.cc 227 bool VideoCapturer::MuteToBlackThenPause(bool muted) {
  /external/webrtc/talk/session/media/
channelmanager.h 151 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
channelmanager.cc 476 bool ChannelManager::MuteToBlackThenPause(
482 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));

Completed in 61 milliseconds