Home
last modified time | relevance | path

Searched refs:model_uuid (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerDbHelper.java105 public GenericSoundModel getGenericSoundModel(UUID model_uuid) { in getGenericSoundModel() argument
111 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() argument
137 GenericSoundModel soundModel = getGenericSoundModel(model_uuid); in deleteGenericSoundModel()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c92 sound_trigger_uuid_t model_uuid; member
223 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() local
366 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()