Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c139 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) { in str_to_uuid() function
366 if (str_to_uuid(model_uuid_str, &model_uuid)) { in send_event()
/hardware/knowles/athletico/sound_trigger_hal/
Dsound_trigger_hw_iaxxx.c307 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) in str_to_uuid() function
3473 str_to_uuid(HOTWORD_AUDIO_MODEL, &stdev->hotword_model_uuid); in stdev_open()
3474 str_to_uuid(WAKEUP_MODEL, &stdev->wakeup_model_uuid); in stdev_open()
3475 str_to_uuid(SENSOR_MANAGER_MODEL, &stdev->sensor_model_uuid); in stdev_open()
3476 str_to_uuid(AMBIENT_AUDIO_MODEL, &stdev->ambient_model_uuid); in stdev_open()
3477 str_to_uuid(CHRE_AUDIO_MODEL, &stdev->chre_model_uuid); in stdev_open()
3478 str_to_uuid(ENTITY_AUDIO_MODEL, &stdev->entity_model_uuid); in stdev_open()