Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.h53 int GetEchoPath(void* echo_path, size_t size_bytes) const override;
Decho_control_mobile_impl.cc285 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath() function in webrtc::EchoControlMobileImpl
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h73 MOCK_CONST_METHOD2(GetEchoPath,
Daudio_processing.h748 virtual int GetEchoPath(void* echo_path, size_t size_bytes) const = 0;
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc1089 apm_->echo_control_mobile()->GetEchoPath(NULL, echo_path_size)); in TEST_F()
1091 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(), 1)); in TEST_F()
1093 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(), in TEST_F()
1104 apm_->echo_control_mobile()->GetEchoPath(echo_path_out.get(), in TEST_F()
Dprocess_test.cc1065 apm->echo_control_mobile()->GetEchoPath(echo_path.get(), path_size); in void_main()