HomeSort by relevance Sort by last modified time
    Searched defs:Mute (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayerAction.h 40 Mute,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 319 void Call::Mute(bool mute) {
320 muted_ = mute;
325 voice_channel->Mute(mute);
filemediaengine.h 151 virtual bool Mute(bool on) { return false; }
186 virtual bool Mute(bool on) { return false; }
mediaengine.h 257 virtual bool Mute(bool on) { return true; }
channel.cc 140 bool BaseChannel::Mute(bool mute) {
142 Send(mute ? MSG_MUTE : MSG_UNMUTE);
447 if (media_channel()->Mute(true)) {
458 if (media_channel()->Mute(false)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 147 virtual bool Mute(bool on) { return mute_; }
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 423 void Call::Mute(bool mute) {
424 muted_ = mute;
428 it->second.voice_channel->MuteStream(0, mute);
432 void Call::MuteVideo(bool mute) {
433 video_muted_ = mute;
437 it->second.video_channel->MuteStream(0, mute);
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 747 void Mute() const;
835 AudioFrame::Mute() const

Completed in 117 milliseconds