Home
last modified time | relevance | path

Searched refs:set_hotword_model (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_iodev.h221 int (*set_hotword_model)(struct cras_iodev *iodev, member
Dcras_alsa_io.c608 static int set_hotword_model(struct cras_iodev *iodev, const char *model_name) in set_hotword_model() function
2008 iodev->set_hotword_model = set_hotword_model; in alsa_iodev_create()
Dcras_iodev_list.c1402 ret = dev->set_hotword_model(dev, model_name); in cras_iodev_list_set_hotword_model()