Searched refs:model_type (Results 1 – 1 of 1) sorted by relevance
93 sound_trigger_sound_model_type_t model_type; member319 if (model_context->model_type == SOUND_MODEL_TYPE_KEYPHRASE) { in send_event_with_handle()328 } else if (model_context->model_type == SOUND_MODEL_TYPE_GENERIC) { in send_event_with_handle()490 sound_trigger_sound_model_type_t model_type = last_model_context->model_type; in list_models() local492 if (model_type == SOUND_MODEL_TYPE_KEYPHRASE) { in list_models()495 } else if (model_type == SOUND_MODEL_TYPE_GENERIC) { in list_models()499 write_vastr(conn_socket, "Unknown sound model type: %d\n", model_type); in list_models()500 ALOGI("Unknown sound model type: %d", model_type); in list_models()657 model_context->model_type = sound_model->type; in stdev_load_sound_model()