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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 206 virtual bool MuteToBlackThenPause(bool muted);
videocapturer.cc 201 bool VideoCapturer::MuteToBlackThenPause(bool muted) {
videocapturer_unittest.cc 173 capturer_.MuteToBlackThenPause(true);
188 capturer_.MuteToBlackThenPause(false);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 198 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
channelmanager.cc 801 bool ChannelManager::MuteToBlackThenPause(
807 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));

Completed in 376 milliseconds