Searched refs:get_hotword_models (Results 1 – 3 of 3) sorted by relevance
272 char *(*get_hotword_models)(struct cras_iodev *iodev); member
1494 if (!dev || !dev->get_hotword_models || in cras_iodev_list_get_hotword_models()1498 return dev->get_hotword_models(dev); in cras_iodev_list_get_hotword_models()1506 if (!dev || !dev->get_hotword_models || in cras_iodev_list_set_hotword_model()
669 static char *get_hotword_models(struct cras_iodev *iodev) in get_hotword_models() function2120 iodev->get_hotword_models = get_hotword_models; in alsa_iodev_create()