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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_volume_control.h95 virtual int SetChannelOutputVolumeScaling(int channel, float scaling) = 0;
/external/webrtc/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h42 int SetChannelOutputVolumeScaling(int channel, float scaling) override;
H A Dvoe_volume_control_impl.cc306 int VoEVolumeControlImpl::SetChannelOutputVolumeScaling(int channel, function in class:webrtc::VoEVolumeControlImpl
309 "SetChannelOutputVolumeScaling(channel=%d, scaling=%3.2f)",
317 "SetChannelOutputVolumeScaling() invalid parameter");
325 "SetChannelOutputVolumeScaling() failed to locate channel");
328 return channelPtr->SetChannelOutputVolumeScaling(scaling);
H A Dchannel.h279 int SetChannelOutputVolumeScaling(float scaling);
H A Dchannel.cc2481 Channel::SetChannelOutputVolumeScaling(float scaling) function in class:webrtc::voe::Channel
2485 "Channel::SetChannelOutputVolumeScaling()");
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc213 EXPECT_EQ(0, voe_volume_control_->SetChannelOutputVolumeScaling(
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h329 MOCK_METHOD2(SetChannelOutputVolumeScaling, int(int channel, float scaling));
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h662 WEBRTC_FUNC(SetChannelOutputVolumeScaling, (int channel, float scale)) {
H A Dwebrtcvoiceengine.cc2127 if (-1 == engine()->voe()->volume()->SetChannelOutputVolumeScaling(ch_id,
2129 LOG_RTCERR2(SetChannelOutputVolumeScaling, ch_id, volume);

Completed in 129 milliseconds