Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc207 EXPECT_EQ(0, voe_volume_control_->GetChannelOutputVolumeScaling( in TEST_F()
217 EXPECT_EQ(0, voe_volume_control_->GetChannelOutputVolumeScaling( in TEST_F()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h98 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h44 int GetChannelOutputVolumeScaling(int channel, float& scaling) override;
Dvoe_volume_control_impl.cc331 int VoEVolumeControlImpl::GetChannelOutputVolumeScaling(int channel, in GetChannelOutputVolumeScaling() function in webrtc::VoEVolumeControlImpl
345 return channelPtr->GetChannelOutputVolumeScaling(scaling); in GetChannelOutputVolumeScaling()
Dchannel.h280 int GetChannelOutputVolumeScaling(float& scaling) const;
Dchannel.cc2491 Channel::GetChannelOutputVolumeScaling(float& scaling) const in GetChannelOutputVolumeScaling() function in webrtc::voe::Channel
/external/webrtc/webrtc/test/
Dmock_voice_engine.h330 MOCK_METHOD2(GetChannelOutputVolumeScaling, int(int channel, float& scaling));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h667 WEBRTC_FUNC(GetChannelOutputVolumeScaling, (int channel, float& scale)) {
Dwebrtcvoiceengine_unittest.cc2881 EXPECT_EQ(0, voe_.GetChannelOutputVolumeScaling(channel_id, scale)); in TEST_F()
2891 EXPECT_EQ(0, voe_.GetChannelOutputVolumeScaling(channel_id, scale)); in TEST_F()
2894 EXPECT_EQ(0, voe_.GetChannelOutputVolumeScaling(channel_id, scale)); in TEST_F()