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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc365 int VoEAudioProcessingImpl::SetRxAgcStatus(int channel, function in class:webrtc::VoEAudioProcessingImpl
369 "SetRxAgcStatus(channel=%d, enable=%d, mode=%d)", channel,
381 "SetRxAgcStatus() failed to locate channel");
384 return channelPtr->SetRxAgcStatus(enable, mode);
387 "SetRxAgcStatus() Agc is not supported");
H A Dchannel.cc2646 Channel::SetRxAgcStatus(bool enable, AgcModes mode) function in class:webrtc::voe::Channel
2649 "Channel::SetRxAgcStatus(enable=%d, mode=%d)",
2669 "SetRxAgcStatus() invalid Agc mode");
2677 "SetRxAgcStatus() failed to set Agc mode");
2684 "SetRxAgcStatus() failed to set Agc state");

Completed in 36 milliseconds