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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc386 int VoEAudioProcessingImpl::SetRxAgcStatus(int channel, function in class:webrtc::VoEAudioProcessingImpl
390 "SetRxAgcStatus(channel=%d, enable=%d, mode=%d)",
402 "SetRxAgcStatus() failed to locate channel");
405 return channelPtr->SetRxAgcStatus(enable, mode);
408 "SetRxAgcStatus() Agc is not supported");
H A Dchannel.cc2766 Channel::SetRxAgcStatus(bool enable, AgcModes mode) function in class:webrtc::voe::Channel
2769 "Channel::SetRxAgcStatus(enable=%d, mode=%d)",
2789 "SetRxAgcStatus() invalid Agc mode");
2797 "SetRxAgcStatus() failed to set Agc mode");
2804 "SetRxAgcStatus() failed to set Agc state");

Completed in 1676 milliseconds