Searched refs:SetEchoPath (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.h52 int SetEchoPath(const void* echo_path, size_t size_bytes) override;
H A Decho_control_mobile_impl.cc263 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, function in class:webrtc::EchoControlMobileImpl
/external/webrtc/webrtc/modules/audio_processing/include/
H A Dmock_audio_processing.h71 MOCK_METHOD2(SetEchoPath,
H A Daudio_processing.h737 // initializer before the next call, using |SetEchoPath()|.
741 // |echo_path_size_bytes()|. |SetEchoPath()| causes an entire reset, worth
747 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc543 apm->echo_control_mobile()->SetEchoPath(echo_path.get(),
H A Daudio_processing_unittest.cc1087 apm_->echo_control_mobile()->SetEchoPath(NULL, echo_path_size));
1099 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), 1));
1101 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(),

Completed in 201 milliseconds