Searched defs:Uuid (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/ |
H A D | uuid.h | 114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
|
/aosp12/system/bt/types/bluetooth/ |
H A D | uuid.h | 117 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
|
/aosp12/system/bt/gd/hci/ |
H A D | uuid.h | 126 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
|
/aosp12/system/security/keystore2/src/ |
H A D | globals.rs | 98 ) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument 102 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument 262 ) -> Result<(Asp, KeyMintHardwareInfo, Uuid)> { in get_keymint_device() argument
|
H A D | database.rs | 288 impl Deref for Uuid { implementation 302 impl ToSql for Uuid { implementation 308 impl FromSql for Uuid { implementation 1349 km_uuid: Uuid, in get_or_create_key_with() 1492 km_uuid: &Uuid, in create_key_entry() 1507 km_uuid: &Uuid, in create_key_entry_internal() 1546 km_uuid: &Uuid, in create_attestation_key_entry() 1715 km_uuid: &Uuid, in store_signed_attestation_certificate_chain() 1786 km_uuid: &Uuid, in assign_attestation_key() 1851 km_uuid: &Uuid, in fetch_unsigned_attestation_keys() [all …]
|
H A D | gc.rs | 48 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
|
H A D | legacy_migrator.rs | 109 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init() argument 415 fn get_km_uuid(&self, is_strongbox: bool) -> Result<Uuid> { in get_km_uuid()
|
H A D | security_level.rs | 89 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument 798 km_uuid: Option<&Uuid>, in store_upgraded_keyblob()
|
/aosp12/system/bt/service/test/ |
H A D | parcelable_unittest.cc | 85 TEST(ParcelableTest, Uuid) { in TEST() argument
|
/aosp12/system/bt/service/hal/ |
H A D | bluetooth_gatt_interface.cc | 575 int /* client_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterClientCallback() 647 int /* server_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterServerCallback()
|