Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h95 virtual int SetChannelOutputVolumeScaling(int channel, float scaling) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.h42 int SetChannelOutputVolumeScaling(int channel, float scaling) override;
Dvoe_volume_control_impl.cc306 int VoEVolumeControlImpl::SetChannelOutputVolumeScaling(int channel, in SetChannelOutputVolumeScaling() function in webrtc::VoEVolumeControlImpl
328 return channelPtr->SetChannelOutputVolumeScaling(scaling); in SetChannelOutputVolumeScaling()
Dchannel.h279 int SetChannelOutputVolumeScaling(float scaling);
Dchannel.cc2481 Channel::SetChannelOutputVolumeScaling(float scaling) in SetChannelOutputVolumeScaling() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc213 EXPECT_EQ(0, voe_volume_control_->SetChannelOutputVolumeScaling( in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h329 MOCK_METHOD2(SetChannelOutputVolumeScaling, int(int channel, float scaling));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h662 WEBRTC_FUNC(SetChannelOutputVolumeScaling, (int channel, float scale)) {
Dwebrtcvoiceengine.cc2127 if (-1 == engine()->voe()->volume()->SetChannelOutputVolumeScaling(ch_id, in SetOutputVolume()
2129 LOG_RTCERR2(SetChannelOutputVolumeScaling, ch_id, volume); in SetOutputVolume()