Searched refs:SetChannelOutputVolumeScaling (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_volume_control.h | 95 virtual int SetChannelOutputVolumeScaling(int channel, float scaling) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_volume_control_impl.h | 42 int SetChannelOutputVolumeScaling(int channel, float scaling) override;
|
D | voe_volume_control_impl.cc | 306 int VoEVolumeControlImpl::SetChannelOutputVolumeScaling(int channel, in SetChannelOutputVolumeScaling() function in webrtc::VoEVolumeControlImpl 328 return channelPtr->SetChannelOutputVolumeScaling(scaling); in SetChannelOutputVolumeScaling()
|
D | channel.h | 279 int SetChannelOutputVolumeScaling(float scaling);
|
D | channel.cc | 2481 Channel::SetChannelOutputVolumeScaling(float scaling) in SetChannelOutputVolumeScaling() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | volume_test.cc | 213 EXPECT_EQ(0, voe_volume_control_->SetChannelOutputVolumeScaling( in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 329 MOCK_METHOD2(SetChannelOutputVolumeScaling, int(int channel, float scaling));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 662 WEBRTC_FUNC(SetChannelOutputVolumeScaling, (int channel, float scale)) {
|
D | webrtcvoiceengine.cc | 2127 if (-1 == engine()->voe()->volume()->SetChannelOutputVolumeScaling(ch_id, in SetOutputVolume() 2129 LOG_RTCERR2(SetChannelOutputVolumeScaling, ch_id, volume); in SetOutputVolume()
|