Searched refs:GetChannelOutputVolumeScaling (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | volume_test.cc | 207 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/ |
D | voe_volume_control.h | 98 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_volume_control_impl.h | 44 int GetChannelOutputVolumeScaling(int channel, float& scaling) override;
|
D | voe_volume_control_impl.cc | 331 int VoEVolumeControlImpl::GetChannelOutputVolumeScaling(int channel, in GetChannelOutputVolumeScaling() function in webrtc::VoEVolumeControlImpl 345 return channelPtr->GetChannelOutputVolumeScaling(scaling); in GetChannelOutputVolumeScaling()
|
D | channel.h | 280 int GetChannelOutputVolumeScaling(float& scaling) const;
|
D | channel.cc | 2491 Channel::GetChannelOutputVolumeScaling(float& scaling) const in GetChannelOutputVolumeScaling() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 330 MOCK_METHOD2(GetChannelOutputVolumeScaling, int(int channel, float& scaling));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 667 WEBRTC_FUNC(GetChannelOutputVolumeScaling, (int channel, float& scale)) {
|
D | webrtcvoiceengine_unittest.cc | 2881 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()
|