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

  /external/webkit/Source/WebKit/chromium/public/
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/webrtc/src/modules/interface/
module_common_types.h 747 void Mute() const;
835 AudioFrame::Mute() const

Completed in 153 milliseconds