Home
last modified time | relevance | path

Searched refs:GetInputMute (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0; in SetAndVerifyInputMute()
228 EXPECT_EQ(0, voe_volume_control_->GetInputMute(channel_, is_muted)); in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h75 virtual int GetInputMute(int channel, bool& enabled) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h32 int GetInputMute(int channel, bool& enabled) override;
Dvoe_volume_control_impl.cc222 int VoEVolumeControlImpl::GetInputMute(int channel, bool& enabled) { in GetInputMute() function in webrtc::VoEVolumeControlImpl
/external/webrtc/webrtc/test/
Dmock_voice_engine.h323 MOCK_METHOD2(GetInputMute, int(int channel, bool& enabled));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc628 res = volume->GetInputMute(chan, muted); in RunTest()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h657 WEBRTC_STUB(GetInputMute, (int, bool&));
Dwebrtcvoiceengine.cc2281 if (engine()->voe()->volume()->GetInputMute(ch.second->channel(), in MuteStream()
2283 LOG_RTCERR1(GetInputMute, ch.second->channel()); in MuteStream()