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.h270 int (*set_hotword_model)(struct cras_iodev *iodev, member
Dcras_alsa_io.c660 static int set_hotword_model(struct cras_iodev *iodev, const char *model_name) in set_hotword_model() function
2119 iodev->set_hotword_model = set_hotword_model; in alsa_iodev_create()
Dcras_iodev_list.c1510 ret = dev->set_hotword_model(dev, model_name); in cras_iodev_list_set_hotword_model()