Searched defs:SetChannelOutputVolumeScaling (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
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.cc2481 Channel::SetChannelOutputVolumeScaling(float scaling) function in class:webrtc::voe::Channel
2485 "Channel::SetChannelOutputVolumeScaling()");

Completed in 142 milliseconds