Searched refs:str_to_uuid (Results 1 – 2 of 2) sorted by relevance
139 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) { in str_to_uuid() function360 if (str_to_uuid(model_uuid_str, &model_uuid)) { in send_event()
319 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) in str_to_uuid() function3605 str_to_uuid(HOTWORD_AUDIO_MODEL, &stdev->hotword_model_uuid); in stdev_open()3606 str_to_uuid(WAKEUP_MODEL, &stdev->wakeup_model_uuid); in stdev_open()3607 str_to_uuid(SENSOR_MANAGER_MODEL, &stdev->sensor_model_uuid); in stdev_open()3608 str_to_uuid(AMBIENT_AUDIO_MODEL, &stdev->ambient_model_uuid); in stdev_open()3609 str_to_uuid(CHRE_AUDIO_MODEL, &stdev->chre_model_uuid); in stdev_open()3610 str_to_uuid(ENTITY_AUDIO_MODEL, &stdev->entity_model_uuid); in stdev_open()