Home
last modified time | relevance | path

Searched refs:APM_ECHO_CANCELLATION (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/tests/
Dapm_list_unittest.cc44 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
46 EXPECT_EQ(APM_ECHO_CANCELLATION, cras_apm_list_get_effects(list)); in TEST()
110 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
154 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
199 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
237 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
316 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
344 list = cras_apm_list_create(stream_ptr, APM_ECHO_CANCELLATION); in TEST()
Drstream_unittest.cc428 return APM_ECHO_CANCELLATION; in cras_apm_list_get_effects()
/external/adhd/cras/src/server/
Dcras_apm_list.c154 !!(active->effects & APM_ECHO_CANCELLATION); in update_process_reverse_flag()
279 if (!(list->effects & APM_ECHO_CANCELLATION)) in cras_apm_list_add_apm()
475 if (!(active->effects & APM_ECHO_CANCELLATION)) in process_reverse()
/external/adhd/cras/src/common/
Dcras_types.h226 APM_ECHO_CANCELLATION = (1 << 0), enumerator
/external/adhd/cras/client/cras-sys/src/
Dlib.rs630 StreamEffect::EchoCancellation => CRAS_STREAM_EFFECT::APM_ECHO_CANCELLATION, in from()
Dgen.rs808 pub const APM_ECHO_CANCELLATION: CRAS_STREAM_EFFECT = CRAS_STREAM_EFFECT(1); constant
/external/adhd/cras/src/libcras/
Dcras_client.c2387 params->effects |= APM_ECHO_CANCELLATION; in cras_client_stream_params_enable_aec()
2392 params->effects &= ~APM_ECHO_CANCELLATION; in cras_client_stream_params_disable_aec()