Home
last modified time | relevance | path

Searched refs:SetInputMute (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc131 manager_.VolumeControlPtr()->SetInputMute(channel_, true); in Mute()
135 manager_.VolumeControlPtr()->SetInputMute(channel_, false); in Unmute()
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h30 int SetInputMute(int channel, bool enable) override;
Dvoe_volume_control_impl.cc199 int VoEVolumeControlImpl::SetInputMute(int channel, bool enable) { in SetInputMute() function in webrtc::VoEVolumeControlImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h72 virtual int SetInputMute(int channel, bool enable) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc112 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, true)); in TryDetectingSilence()
127 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, false)); in TryDetectingSpeechAfterSilence()
Dvolume_test.cc53 bool success = voe_volume_control_->SetInputMute(channel_, enable) == 0; in SetAndVerifyInputMute()
/external/autotest/client/cros/audio/
Dcras_utils.py253 get_cras_control_interface().SetInputMute(is_mute)
/external/webrtc/webrtc/test/
Dmock_voice_engine.h322 MOCK_METHOD2(SetInputMute, int(int channel, bool enable));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc631 res = volume->SetInputMute(chan, muted); in RunTest()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h656 WEBRTC_STUB(SetInputMute, (int, bool));
Dwebrtcvoiceengine.cc2268 if (engine()->voe()->volume()->SetInputMute(channel, muted) == -1) { in MuteStream()
2269 LOG_RTCERR2(SetInputMute, channel, muted); in MuteStream()