Home
last modified time | relevance | path

Searched refs:ucm_enable_node_noise_cancellation (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Dcras_alsa_ucm.h89 int ucm_enable_node_noise_cancellation(struct cras_use_case_mgr *mgr,
Dcras_alsa_ucm.c533 int ucm_enable_node_noise_cancellation(struct cras_use_case_mgr *mgr, in ucm_enable_node_noise_cancellation() function
Dcras_alsa_io.c422 rc = ucm_enable_node_noise_cancellation( in open_dev()
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc739 rc = ucm_enable_node_noise_cancellation(mgr, "Line In", 1); in TEST()
743 rc = ucm_enable_node_noise_cancellation(mgr, "Line In", 0); in TEST()
747 rc = ucm_enable_node_noise_cancellation(mgr, "Microphone", 0); in TEST()
751 rc = ucm_enable_node_noise_cancellation(mgr, "Microphone", 1); in TEST()
757 rc = ucm_enable_node_noise_cancellation(mgr, "Internal Mic", 1); in TEST()
761 rc = ucm_enable_node_noise_cancellation(mgr, "Internal Mic", 0); in TEST()
Dalsa_io_unittest.cc2819 int ucm_enable_node_noise_cancellation(struct cras_use_case_mgr* mgr, in ucm_enable_node_noise_cancellation() function