Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.h52 int SetEchoPath(const void* echo_path, size_t size_bytes) override;
Decho_control_mobile_impl.cc263 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath() function in webrtc::EchoControlMobileImpl
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h71 MOCK_METHOD2(SetEchoPath,
Daudio_processing.h747 virtual int SetEchoPath(const void* echo_path, size_t size_bytes) = 0;
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc1087 apm_->echo_control_mobile()->SetEchoPath(NULL, echo_path_size)); in TEST_F()
1099 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), 1)); in TEST_F()
1101 apm_->echo_control_mobile()->SetEchoPath(echo_path_in.get(), in TEST_F()
Dprocess_test.cc543 apm->echo_control_mobile()->SetEchoPath(echo_path.get(), in void_main()