Searched refs:GetInputMute (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | volume_test.cc | 63 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/ |
D | voe_volume_control_impl.h | 32 int GetInputMute(int channel, bool& enabled) override;
|
D | voe_volume_control_impl.cc | 222 int VoEVolumeControlImpl::GetInputMute(int channel, bool& enabled) { in GetInputMute() function in webrtc::VoEVolumeControlImpl
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_volume_control.h | 75 virtual int GetInputMute(int channel, bool& enabled) = 0;
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 323 MOCK_METHOD2(GetInputMute, int(int channel, bool& enabled));
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 628 res = volume->GetInputMute(chan, muted); in RunTest()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 657 WEBRTC_STUB(GetInputMute, (int, bool&));
|
D | webrtcvoiceengine.cc | 2281 if (engine()->voe()->volume()->GetInputMute(ch.second->channel(), in MuteStream() 2283 LOG_RTCERR1(GetInputMute, ch.second->channel()); in MuteStream()
|