Searched refs:uuid_str (Results 1 – 3 of 3) sorted by relevance
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | oslo_sound_model_control.cpp | 46 static bool strToUuid(const char* uuid_str, sound_trigger_uuid_t* uuid) { in strToUuid() argument 47 if (uuid_str == NULL) { in strToUuid() 53 if (sscanf(uuid_str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", in strToUuid() 56 ALOGI("Invalid UUID, got: %s", uuid_str); in strToUuid()
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 139 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) { in str_to_uuid() argument 140 if (uuid_str == NULL) { in str_to_uuid() 146 if (sscanf(uuid_str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", in str_to_uuid() 148 ALOGI("Invalid UUID, got: %s", uuid_str); in str_to_uuid()
|
/hardware/knowles/athletico/sound_trigger_hal/ |
D | sound_trigger_hw_iaxxx.c | 307 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) in str_to_uuid() argument 309 if (uuid_str == NULL) { in str_to_uuid() 315 if (sscanf(uuid_str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x", in str_to_uuid() 318 ALOGI("Invalid UUID, got: %s", uuid_str); in str_to_uuid()
|