Searched refs:ucm_set_hotword_model (Results 1 – 5 of 5) sorted by relevance
335 int ucm_set_hotword_model(struct cras_use_case_mgr *mgr, const char *model);
1106 int ucm_set_hotword_model(struct cras_use_case_mgr *mgr, const char *model) in ucm_set_hotword_model() function
666 return ucm_set_hotword_model(aio->ucm, model_name); in set_hotword_model()
539 EXPECT_EQ(-EINVAL, ucm_set_hotword_model(mgr, "zh")); in TEST()542 ret = ucm_set_hotword_model(mgr, "jp"); in TEST()550 ret = ucm_set_hotword_model(mgr, "de"); in TEST()
2781 int ucm_set_hotword_model(struct cras_use_case_mgr* mgr, const char* model) { in ucm_set_hotword_model() function