Searched refs:SetRxAgcStatus (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 40 int SetRxAgcStatus(int channel,
|
D | voe_audio_processing_impl.cc | 365 int VoEAudioProcessingImpl::SetRxAgcStatus(int channel, in SetRxAgcStatus() function in webrtc::VoEAudioProcessingImpl 384 return channelPtr->SetRxAgcStatus(enable, mode); in SetRxAgcStatus()
|
D | channel.h | 313 int SetRxAgcStatus(bool enable, AgcModes mode);
|
D | channel.cc | 2646 Channel::SetRxAgcStatus(bool enable, AgcModes mode) in SetRxAgcStatus() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 142 virtual int SetRxAgcStatus(int channel,
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 47 EXPECT_EQ(0, voe_apm_->SetRxAgcStatus(channel_, true, agc_mode_to_set)); in TryEnablingRxAgcWithMode() 266 EXPECT_EQ(-1, voe_apm_->SetRxAgcStatus( in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 69 MOCK_METHOD3(SetRxAgcStatus, int(int channel, bool enable, AgcModes mode));
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 605 res = apm->SetRxAgcStatus(chan, enable_rx_agc); in RunTest()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 733 WEBRTC_STUB(SetRxAgcStatus, (int channel, bool enable,
|