Searched refs:GetRxAgcStatus (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 44 int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) override;
|
D | voe_audio_processing_impl.cc | 392 int VoEAudioProcessingImpl::GetRxAgcStatus(int channel, in GetRxAgcStatus() function in webrtc::VoEAudioProcessingImpl 408 return channelPtr->GetRxAgcStatus(enabled, mode); in GetRxAgcStatus()
|
D | channel.h | 314 int GetRxAgcStatus(bool& enabled, AgcModes& mode);
|
D | channel.cc | 2695 Channel::GetRxAgcStatus(bool& enabled, AgcModes& mode) in GetRxAgcStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 147 virtual int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) = 0;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 52 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/ |
D | mock_voice_engine.h | 70 MOCK_METHOD3(GetRxAgcStatus, int(int channel, bool& enabled, AgcModes& mode));
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 735 WEBRTC_STUB(GetRxAgcStatus, (int channel, bool& enabled,
|