Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_alsa_ucm.h343 int ucm_enable_hotword_model(struct cras_use_case_mgr *mgr);
Dcras_alsa_ucm.c1081 int ucm_enable_hotword_model(struct cras_use_case_mgr *mgr) in ucm_enable_hotword_model() function
1133 return ucm_enable_hotword_model(mgr); in ucm_set_hotword_model()
Dcras_alsa_io.c2464 rc = ucm_enable_hotword_model(aio->ucm); in alsa_iodev_set_active_node()
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc598 EXPECT_EQ(-EINVAL, ucm_enable_hotword_model(mgr)); in TEST()
601 ret = ucm_enable_hotword_model(mgr); in TEST()
Dalsa_io_unittest.cc2908 int ucm_enable_hotword_model(struct cras_use_case_mgr* mgr) { in ucm_enable_hotword_model() function