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

/external/webrtc/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc392 int VoEAudioProcessingImpl::GetRxAgcStatus(int channel, function in class:webrtc::VoEAudioProcessingImpl
405 "GetRxAgcStatus() failed to locate channel");
408 return channelPtr->GetRxAgcStatus(enabled, mode);
411 "GetRxAgcStatus() Agc is not supported");
H A Dchannel.cc2695 Channel::GetRxAgcStatus(bool& enabled, AgcModes& mode) function in class:webrtc::voe::Channel
2714 "GetRxAgcStatus() invalid Agc mode");

Completed in 136 milliseconds