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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.cc390 int VoEVolumeControlImpl::SetChannelOutputVolumeScaling(int channel, function in class:webrtc::VoEVolumeControlImpl
394 "SetChannelOutputVolumeScaling(channel=%d, scaling=%3.2f)",
405 "SetChannelOutputVolumeScaling() invalid parameter");
413 "SetChannelOutputVolumeScaling() failed to locate channel");
416 return channelPtr->SetChannelOutputVolumeScaling(scaling);
H A Dchannel.cc2572 Channel::SetChannelOutputVolumeScaling(float scaling) function in class:webrtc::voe::Channel
2576 "Channel::SetChannelOutputVolumeScaling()");

Completed in 191 milliseconds