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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.cc413 int VoEAudioProcessingImpl::GetRxAgcStatus(int channel, function in class:webrtc::VoEAudioProcessingImpl
417 "GetRxAgcStatus(channel=%d, enable=?, mode=?)", channel);
428 "GetRxAgcStatus() failed to locate channel");
431 return channelPtr->GetRxAgcStatus(enabled, mode);
434 "GetRxAgcStatus() Agc is not supported");
H A Dchannel.cc2815 Channel::GetRxAgcStatus(bool& enabled, AgcModes& mode) function in class:webrtc::voe::Channel
2818 "Channel::GetRxAgcStatus(enable=?, mode=?)");
2837 "GetRxAgcStatus() invalid Agc mode");

Completed in 796 milliseconds