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

/external/webrtc/webrtc/modules/utility/source/
H A Daudio_frame_operations.cc72 void AudioFrameOperations::Mute(AudioFrame& frame) { function in class:webrtc::AudioFrameOperations
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_output_test.cc44 void Mute();
130 void OutputTest::Mute() { function in class:voetest::OutputTest
192 test.Mute();
/external/webrtc/webrtc/voice_engine/
H A Dtransmit_mixer.cc365 // --- Mute during DTMF tone if direct feedback is enabled
368 AudioFrameOperations::Mute(_audioFrame);
376 // --- Mute signal
379 AudioFrameOperations::Mute(_audioFrame);
1106 TransmitMixer::Mute() const function in class:webrtc::voe::TransmitMixer
H A Dchannel.cc2454 Channel::Mute() const function in class:webrtc::voe::Channel
3388 bool is_muted = Mute(); // Cache locally as Mute() takes a lock.
3390 AudioFrameOperations::Mute(_audioFrame);
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h517 void Mute();
617 inline void AudioFrame::Mute() { function in class:webrtc::AudioFrame

Completed in 81 milliseconds