HomeSort by relevance Sort by last modified time
    Searched refs:name_uuid (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
fip_create.h 46 uuid_t name_uuid; member in struct:entry_lookup_list
53 uuid_t name_uuid; member in struct:file_info
fip_create.c 134 if (compare_uuids(&toc_entry_lookup_list[lookup_index].name_uuid,
149 if (compare_uuids(&files[index].name_uuid, uuid) == 0) {
165 file_info_entry = find_file_info_from_uuid(&lookup_entry->name_uuid);
176 copy_uuid(&file_info_entry->name_uuid,
177 &lookup_entry->name_uuid);
341 copy_uuid(&toc_entry->uuid, &files[entry_index].name_uuid);
474 copy_uuid(&file_info_entry->name_uuid, &toc_entry->uuid);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_fip.c 67 static const plat_fip_name_uuid_t name_uuid[] = { variable
146 for (i = 0; i < (sizeof(name_uuid) / sizeof(name_uuid[0])); i++) {
147 if (strcmp(filename, name_uuid[i].name) == 0) {
148 copy_uuid(uuid, &name_uuid[i].uuid);
  /system/bt/stack/gap/
gap_ble.cc 375 bt_uuid_t svc_uuid, name_uuid, icon_uuid, pref_uuid, addr_res_uuid; local
377 uuid_128_from_16(&name_uuid, GATT_UUID_GAP_DEVICE_NAME);
385 .uuid = name_uuid,

Completed in 1649 milliseconds