HomeSort by relevance Sort by last modified time
    Searched defs:Uuid (Results 1 - 23 of 23) sorted by null

  /system/bt/types/bluetooth/
uuid.h 29 // 1. UUID is internally kept as as Big Endian.
30 // 2. Bytes representing UUID coming from upper layers, Java or Binder, are Big
32 // 3. Bytes representing UUID coming from lower layer, HCI packets, are Little
34 // 4. UUID in storage is always string.
35 class Uuid final {
43 static const Uuid kEmpty; // 00000000-0000-0000-0000-000000000000
47 Uuid() = default;
49 // Creates and returns a random 128-bit UUID.
50 static Uuid GetRandom();
52 // Returns the shortest possible representation of this UUID in bytes. Eithe
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
MiscSystemManufacturerFunction.c 64 EFI_GUID Uuid;
137 SmbiosRecord->Uuid = InputData->Uuid;
138 Status = GetUuidType1 (&Uuid);
141 SmbiosRecord->Uuid = Uuid;
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 38 EFI_GUID Uuid;
65 // If System UUID is found from SMBIOS Table, use DUID-UUID type.
67 if ((PcdGet8 (PcdDhcp6UidType) == Dhcp6DuidTypeUuid) && !EFI_ERROR (NetLibGetSystemGuid (&Uuid))) {
70 // The format of DUID-UUID:
74 // | DUID-Type (4) | UUID (128 bits) |
83 // sizeof (option-len + Duid-type + UUID-size) = 20 bytes
91 // sizeof (Duid-type + UUID-size) = 18 bytes
96 // Set the Duid-type and copy UUID.
100 CopyMem (Duid->Duid + 2, &Uuid, sizeof(EFI_GUID));
    [all...]
  /external/vboot_reference/firmware/include/
gpt.h 61 } Uuid;
  /external/syslinux/efi32/include/efi/
libsmbios.h 73 EFI_GUID Uuid;
  /external/syslinux/efi64/include/efi/
libsmbios.h 73 EFI_GUID Uuid;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 73 EFI_GUID Uuid;
  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 41 typedef std::vector<uint8_t> Uuid;
68 // The test content is not packaged with clearkey UUID,
108 static bool isUuidSizeValid(Uuid uuid) {
109 return (uuid.size() == kUuidSize);
123 static Uuid jbyteArrayToUuid(JNIEnv* env, jbyteArray const &uuid) {
124 Uuid juuid;
126 if (uuid != NULL) {
127 juuid = jbyteArrayToVector(env, uuid);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.h 160 HTTP_BOOT_DHCP4_OPTION_UUID *Uuid;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.h 185 PXEBC_DHCP4_OPTION_UUID *Uuid;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 756 UINT8 *Uuid;
759 Uuid = (UINT8 *) &Nvme->NamespaceUuid;
764 Uuid[7], Uuid[6], Uuid[5], Uuid[4],
765 Uuid[3], Uuid[2], Uuid[1], Uuid[0]
    [all...]
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.h 218 PXEBC_DHCP4_OPTION_UUID *Uuid;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdcep.h 39 typedef RPC_STATUS RPC_ENTRY RPC_FORWARD_FUNCTION(UUID *InterfaceId,RPC_VERSION *InterfaceVersion,UUID *ObjectId,unsigned char *Rpcpro,void **ppDestEndpoint);
119 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcGetBufferWithObject(RPC_MESSAGE *Message,UUID *ObjectUuid);
176 UUID Uuid;
182 RPCRTAPI RPC_STATUS RPC_ENTRY I_UuidCreate(UUID *Uuid);
239 UUID ResourceType;
241 UUID SessionId;
rpcdce.h 44 typedef GUID UUID;
46 #define uuid_t UUID
60 UUID *Uuid[1];
71 UUID Uuid;
142 typedef void __RPC_API RPC_OBJECT_INQ_FN(UUID *ObjectUuid,UUID *TypeUuid,RPC_STATUS *Status);
188 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid);
190 RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetObject(RPC_BINDING_HANDLE Binding,UUID *ObjectUuid)
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 99 EFI_GUID Uuid;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 281 {"Uuid", CFXJSE_FormCalcContext::Uuid},
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 538 Uuid,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h 316 GUID Uuid;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 4123 milliseconds