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() function366 if (str_to_uuid(model_uuid_str, &model_uuid)) { in send_event()
307 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) in str_to_uuid() function3473 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()