Home | History | Annotate | Download | only in soundtrigger

Lines Matching full:sound_model

609                                   struct sound_trigger_sound_model *sound_model,
618 if (handle == NULL || sound_model == NULL) {
622 if (sound_model->data_size == 0 ||
623 sound_model->data_offset < sizeof(struct sound_trigger_sound_model)) {
658 model_context->model_type = sound_model->type;
660 char *data = (char *)sound_model + sound_model->data_offset;
662 sound_model->data_size, data[0], data[sound_model->data_size - 1]);
663 model_context->model_uuid = sound_model->uuid;