Searched refs:SetInputMute (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_output_test.cc | 131 manager_.VolumeControlPtr()->SetInputMute(channel_, true); in Mute() 135 manager_.VolumeControlPtr()->SetInputMute(channel_, false); in Unmute()
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_volume_control.h | 72 virtual int SetInputMute(int channel, bool enable) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_volume_control_impl.h | 30 int SetInputMute(int channel, bool enable) override;
|
D | voe_volume_control_impl.cc | 199 int VoEVolumeControlImpl::SetInputMute(int channel, bool enable) { in SetInputMute() function in webrtc::VoEVolumeControlImpl
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 112 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, true)); in TryDetectingSilence() 127 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, false)); in TryDetectingSpeechAfterSilence()
|
D | volume_test.cc | 53 bool success = voe_volume_control_->SetInputMute(channel_, enable) == 0; in SetAndVerifyInputMute()
|
/external/autotest/client/cros/audio/ |
D | cras_utils.py | 280 get_cras_control_interface().SetInputMute(is_mute)
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 322 MOCK_METHOD2(SetInputMute, int(int channel, bool enable));
|
/external/adhd/cras/ |
D | README.dbus-api | 47 void SetInputMute(boolean mute_on)
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 631 res = volume->SetInputMute(chan, muted); in RunTest()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 656 WEBRTC_STUB(SetInputMute, (int, bool));
|
D | webrtcvoiceengine.cc | 2268 if (engine()->voe()->volume()->SetInputMute(channel, muted) == -1) { in MuteStream() 2269 LOG_RTCERR2(SetInputMute, channel, muted); in MuteStream()
|