Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_alsa_ucm.h77 int ucm_node_noise_cancellation_exists(struct cras_use_case_mgr *mgr,
Dcras_alsa_ucm.c518 int ucm_node_noise_cancellation_exists(struct cras_use_case_mgr *mgr, in ucm_node_noise_cancellation_exists() function
Dcras_alsa_io.c418 ucm_node_noise_cancellation_exists(aio->ucm, in open_dev()
2045 return ucm_node_noise_cancellation_exists(aio->ucm, in support_noise_cancellation()
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc708 rc = ucm_node_noise_cancellation_exists(mgr, node); in TEST()
713 rc = ucm_node_noise_cancellation_exists(mgr, node); in TEST()
718 rc = ucm_node_noise_cancellation_exists(mgr, node); in TEST()
Dalsa_io_unittest.cc2814 int ucm_node_noise_cancellation_exists(struct cras_use_case_mgr* mgr, in ucm_node_noise_cancellation_exists() function