Searched refs:GetChannelOutputVolumeScaling (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h40 MOCK_METHOD2(GetChannelOutputVolumeScaling, int(int channel, float& scaling));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h46 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling);
H A Dvoe_volume_control_impl.cc419 int VoEVolumeControlImpl::GetChannelOutputVolumeScaling(int channel, function in class:webrtc::VoEVolumeControlImpl
423 "GetChannelOutputVolumeScaling(channel=%d, scaling=?)", channel);
434 "GetChannelOutputVolumeScaling() failed to locate channel");
437 return channelPtr->GetChannelOutputVolumeScaling(scaling);
H A Dchannel.h272 int GetChannelOutputVolumeScaling(float& scaling) const;
H A Dchannel.cc2582 Channel::GetChannelOutputVolumeScaling(float& scaling) const function in class:webrtc::voe::Channel
2588 "GetChannelOutputVolumeScaling() => scaling=%3.2f", scaling);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_volume_control.h99 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc207 EXPECT_EQ(0, voe_volume_control_->GetChannelOutputVolumeScaling(
217 EXPECT_EQ(0, voe_volume_control_->GetChannelOutputVolumeScaling(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1070 WEBRTC_FUNC(GetChannelOutputVolumeScaling, (int channel, float& scale)) {
H A Dwebrtcvoiceengine.cc2976 if (-1 == engine()->voe()->volume()->GetChannelOutputVolumeScaling(
2978 LOG_RTCERR2(GetChannelOutputVolumeScaling, channel, scaling);

Completed in 1041 milliseconds