/aosp_15_r20/frameworks/av/services/mediametrics/ |
H A D | MediaDrmStatsdHelper.cpp | 24 struct UUID { struct 25 uint64_t msb, lsb; // NOLINT(misc-non-private-member-variables-in-classes) 26 bool operator < (const UUID& that) const { in operator <()
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | gatt_client.py | 114 self, client: Client, handle: int, end_group_handle: int, attribute_type: UUID 148 def from_client(service_class, client: Client, service_uuid: UUID): 355 def get_services_by_uuid(self, uuid: UUID) -> List[ServiceProxy]: 359 self, uuid: UUID, service: Optional[ServiceProxy] = None 405 async def discover_services(self, uuids: Iterable[UUID] = ()) -> List[ServiceProxy]: 477 async def discover_service(self, uuid: Union[str, UUID]) -> List[ServiceProxy]: argument 971 self, uuid: UUID, service: Optional[ServiceProxy]
|
D | gatt_server.py | 165 def get_service_attribute(self, service_uuid: UUID) -> Optional[Service]: 178 self, service_uuid: UUID, characteristic_uuid: UUID 203 self, service_uuid: UUID, characteristic_uuid: UUID, descriptor_uuid: UUID
|
D | sdp.py | 139 UUID = 3 variable in DataElement 233 def uuid(value: core.UUID) -> DataElement: 506 def is_uuid_in_value(uuid: core.UUID, value: DataElement) -> bool: 783 async def search_services(self, uuids: List[core.UUID]) -> List[int]: 818 self, uuids: List[core.UUID], attribute_ids: List[Union[int, Tuple[int, int]]]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/ |
H A D | uuid.h | 50 constexpr explicit UUID(const UInt128& uuid128) : value_(uuid128) { in UUID() function 61 constexpr explicit UUID(const uint16_t uuid16) in UUID() function 64 constexpr explicit UUID(const uint32_t uuid32) in UUID() function
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | UUID.java | 31 public final class UUID implements java.io.Serializable, java.lang.Comparable<java.util.UUID> { class 33 private UUID(byte[] data) { in UUID() method in UUID 37 public UUID(long mostSigBits, long leastSigBits) { in UUID() method in UUID
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | DebugTypeODRUniquingTest.cpp | 28 MDString &UUID = *MDString::get(Context, "string"); in TEST() local 70 MDString &UUID = *MDString::get(Context, "Type"); in TEST() local 105 MDString &UUID = *MDString::get(Context, "UUID"); in TEST() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | UUID.java | 77 public final class UUID implements java.io.Serializable, Comparable<UUID> { class 115 private UUID(byte[] data) { in UUID() method in UUID 139 public UUID(long mostSigBits, long leastSigBits) { in UUID() method in UUID
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | UUID.java | 77 public final class UUID implements java.io.Serializable, Comparable<UUID> { class 115 private UUID(byte[] data) { in UUID() method in UUID 139 public UUID(long mostSigBits, long leastSigBits) { in UUID() method in UUID
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | UUID.java | 77 public final class UUID implements java.io.Serializable, Comparable<UUID> { class 115 private UUID(byte[] data) { in UUID() method in UUID 139 public UUID(long mostSigBits, long leastSigBits) { in UUID() method in UUID
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue30907.dir/ |
D | a.go | 7 type UUID string type 17 func Must(uuid UUID, err error) UUID {
|
/aosp_15_r20/packages/modules/Virtualization/libs/libhypervisor_backends/src/hypervisor/ |
D | gunyah.rs | 7 pub const UUID: Uuid = uuid!("c1d58fcd-a453-5fdb-9265-ce36673d5f14"); constant
|
D | geniezone.rs | 43 pub const UUID: Uuid = uuid!("7e134ed0-3b82-488d-8cee-69c19211dbe7"); constant
|
/aosp_15_r20/external/aws-sdk-java-v2/services/lambda/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 93 "UUID": "12345kxodurf3443" string 103 "UUID": "12345kxodurf3443" string 180 "UUID": "123489-xxxxx-kdla8d89d7" string 190 "UUID": "123489-xxxxx-kdla8d89d7" string 513 "UUID": "1234xCy789012" string 523 "UUID": "1234xCy789012" string
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID() function 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID() function 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID() function 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID() function 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/ |
D | read_by_type_request.rs | 89 const UUID: Uuid = Uuid::new(1234); constant
|
D | find_by_type_value.rs | 90 const UUID: Uuid = Uuid::new(0); constant
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/transactions/helpers/ |
D | att_filter_by_size_type.rs | 82 const UUID: Uuid = Uuid::new(1234); constant
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
H A D | BeanPropertySetterTest.java | 153 private UUID UUID; field in BeanPropertySetterTest.BeanWithWeirdFields 156 public void setUUID(UUID UUID) { in setUUID() argument
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/pm/ |
D | ProfileManager.java | 96 public void fromDeserialized(Map<UUID, ServiceProfileInfo> serviceProfileDataMap) { in fromDeserialized() 317 public void loadServiceProfile(Map<UUID, ServiceProfileInfo> serviceProfileDataMap) { in loadServiceProfile()
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | instance.rs | 202 const UUID: Uuid = Uuid::from_u128(0x90d2174a038a4bc6adf3824848fc5825); constant
|
/aosp_15_r20/external/python/bumble/bumble/profiles/ |
D | mcp.py | 201 UUID = gatt.GATT_MEDIA_CONTROL_SERVICE variable in MediaControlService 303 UUID = gatt.GATT_GENERIC_MEDIA_CONTROL_SERVICE variable in GenericMediaControlService
|