Searched refs:AddrType (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/security/ |
H A D | smp_packets.pdl | 105 enum AddrType : 8 { 111 addr_type : AddrType,
|
H A D | pairing_handler_le.cc | 346 AddrType my_identity_address_type = in DistributeKeys() 347 static_cast<bluetooth::security::AddrType>(i.my_identity_address.GetAddressType()); in DistributeKeys() 430 …ess = hci::AddressWithType(iapacketview.GetBdAddr(), iapacketview.GetAddrType() == AddrType::PUBLIC in ReceiveKeys() 456 AddrType identity_addres_type, Octet16 signature_key) { in SendKeys()
|
H A D | pairing_handler_le.h | 254 … std::array<uint8_t, 8> rand, Octet16 irk, Address identity_address, AddrType identity_addres_type,
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 1082 template <typename AddrType> 1083 std::string RepeatTemplatedMem(void (Ass::*f)(const AddrType&), in RepeatTemplatedMem() argument 1084 const std::vector<AddrType> addresses, in RepeatTemplatedMem() 1111 template <typename AddrType> 1114 const std::vector<AddrType> addresses, in RepeatTemplatedMemImm() 1153 template <typename RegType, typename AddrType> 1154 std::string RepeatTemplatedRegMem(void (Ass::*f)(RegType, const AddrType&), in RepeatTemplatedRegMem() argument 1156 const std::vector<AddrType> addresses, in RepeatTemplatedRegMem() 1192 template <typename AddrType, typename RegType> 1193 std::string RepeatTemplatedMemReg(void (Ass::*f)(const AddrType&, RegType), in RepeatTemplatedMemReg() argument [all …]
|