Home
last modified time | relevance | path

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

/aosp12/system/core/trusty/coverage/include/trusty/coverage/
H A Duuid.h35 bool str_to_uuid(const char* str, struct uuid* uuid);
/aosp12/system/core/trusty/coverage/
H A Duuid.cpp31 bool str_to_uuid(const char* str, struct uuid* uuid) { in str_to_uuid() function
/aosp12/system/core/trusty/fuzz/
H A Dtipc_fuzzer.cpp50 if (!str_to_uuid(TRUSTY_APP_UUID, &module_uuid)) { in LLVMFuzzerInitialize()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c319 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) in str_to_uuid() function
3605 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()
/aosp12/hardware/libhardware/modules/soundtrigger/
H A 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()