Searched defs:Mute (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebMediaPlayerAction.h40 Mute, enumerator in enum:blink::WebMediaPlayerAction::Type
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Daudio_frame_operations.cc72 void AudioFrameOperations::Mute(AudioFrame& frame) { function in class:webrtc::AudioFrameOperations
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h145 virtual bool Mute(bool on) { return mute_; } function in class:cricket::LinphoneVoiceChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc431 void Call::Mute(bool mute) { function in class:cricket::Call
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer.cc364 // --- Mute during DTMF tone if direct feedback is enabled
367 AudioFrameOperations::Mute(_audioFrame);
375 // --- Mute signal
378 AudioFrameOperations::Mute(_audioFrame);
1109 TransmitMixer::Mute() const function in class:webrtc::voe::TransmitMixer
H A Dchannel.cc2542 Channel::Mute() const function in class:webrtc::voe::Channel
3709 bool is_muted = Mute(); // Cache locally as Mute() takes a lock.
3711 AudioFrameOperations::Mute(_audioFrame);
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h676 void Mute();
773 inline void AudioFrame::Mute() { function in class:webrtc::AudioFrame
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h747 void Mute() const;
835 AudioFrame::Mute() const function in class:webrtc::AudioFrame

Completed in 265 milliseconds