Home
last modified time | relevance | path

Searched refs:GetRxAgcStatus (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h44 int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) override;
Dvoe_audio_processing_impl.cc392 int VoEAudioProcessingImpl::GetRxAgcStatus(int channel, in GetRxAgcStatus() function in webrtc::VoEAudioProcessingImpl
408 return channelPtr->GetRxAgcStatus(enabled, mode); in GetRxAgcStatus()
Dchannel.h314 int GetRxAgcStatus(bool& enabled, AgcModes& mode);
Dchannel.cc2695 Channel::GetRxAgcStatus(bool& enabled, AgcModes& mode) in GetRxAgcStatus() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h147 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc52 EXPECT_EQ(0, voe_apm_->GetRxAgcStatus(channel_, rx_agc_enabled, agc_mode)); in TryEnablingRxAgcWithMode()
255 EXPECT_EQ(0, voe_apm_->GetRxAgcStatus(channel_, rx_agc_enabled, agc_mode)); in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h70 MOCK_METHOD3(GetRxAgcStatus, int(int channel, bool& enabled, AgcModes& mode));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h735 WEBRTC_STUB(GetRxAgcStatus, (int channel, bool& enabled,