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

/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h31 MOCK_METHOD2(GetInputMute, int(int channel, bool& enabled));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h33 virtual int GetInputMute(int channel, bool& enabled);
H A Dvoe_volume_control_impl.cc259 int VoEVolumeControlImpl::GetInputMute(int channel, bool& enabled) function in class:webrtc::VoEVolumeControlImpl
262 "GetInputMute(channel=%d)", channel);
287 "GetInputMute() => enabled = %d", (int)enabled);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_volume_control.h76 virtual int GetInputMute(int channel, bool& enabled) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0;
228 EXPECT_EQ(0, voe_volume_control_->GetInputMute(channel_, is_muted));
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc616 res = volume->GetInputMute(chan, muted);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1058 WEBRTC_STUB(GetInputMute, (int, bool&));
H A Dwebrtcvoiceengine.cc3196 if (engine()->voe()->volume()->GetInputMute(iter->second->channel(),
3198 LOG_RTCERR1(GetInputMute, iter->second->channel());

Completed in 156 milliseconds