Searched refs:model_uuid (Results 1 – 2 of 2) sorted by relevance
105 public GenericSoundModel getGenericSoundModel(UUID model_uuid) { in getGenericSoundModel() argument111 model_uuid + "'"; in getGenericSoundModel()123 return new GenericSoundModel(model_uuid, UUID.fromString(vendor_uuid), in getGenericSoundModel()135 public boolean deleteGenericSoundModel(UUID model_uuid) { in deleteGenericSoundModel() argument137 GenericSoundModel soundModel = getGenericSoundModel(model_uuid); in deleteGenericSoundModel()
92 sound_trigger_uuid_t model_uuid; member223 if (check_uuid_equality(last_model_context->model_uuid, uuid)) { in get_model_handle_with_uuid()365 sound_trigger_uuid_t model_uuid; in send_event() local366 if (str_to_uuid(model_uuid_str, &model_uuid)) { in send_event()367 sound_model_handle_t* model_handle_str = get_model_handle_with_uuid(stdev, model_uuid); in send_event()488 write_uuid(conn_socket, last_model_context->model_uuid); in list_models()489 print_uuid(last_model_context->model_uuid); in list_models()662 model_context->model_uuid = sound_model->uuid; in stdev_load_sound_model()