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 210 virtual bool MuteToBlackThenPause(bool muted);
videocapturer_unittest.cc 196 capturer_.MuteToBlackThenPause(true);
211 capturer_.MuteToBlackThenPause(false);
    [all...]
videocapturer.cc 231 bool VideoCapturer::MuteToBlackThenPause(bool muted) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 202 bool MuteToBlackThenPause(VideoCapturer* video_capturer, bool muted);
channelmanager.cc 832 bool ChannelManager::MuteToBlackThenPause(
838 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));

Completed in 4432 milliseconds