Home | History | Annotate | Download | only in soundtrigger

Lines Matching refs:uuid_str

139 bool str_to_uuid(char* uuid_str, sound_trigger_uuid_t* uuid) {
140 if (uuid_str == NULL) {
146 if (sscanf(uuid_str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
148 ALOGI("Invalid UUID, got: %s", uuid_str);