/aosp12/system/bt/gd/rust/hci/custom_types/ |
H A D | lib.rs | 14 pub struct Address { struct 19 impl Address { impl 26 impl fmt::Display for Address { implementation 45 impl TryFrom<&[u8]> for Address { implementation
|
/aosp12/system/bt/gd/common/ |
H A D | metric_id_manager_unittest.cc | 54 const bluetooth::hci::Address&, const int) { in TEST() 66 const bluetooth::hci::Address&, const int) { in TEST() 80 const bluetooth::hci::Address&, const int) { in TEST() 97 const bluetooth::hci::Address&, const int) { in TEST() 120 const bluetooth::hci::Address&, const int) { in TEST() 153 const bluetooth::hci::Address&, in TEST() 154 const int) { in TEST() 213 const bluetooth::hci::Address&, in TEST() 214 const int) { in TEST() 351 const bluetooth::hci::Address&,const int) { in TEST() [all …]
|
H A D | metric_id_manager.cc | 52 const std::unordered_map<Address, int>& paired_device_map, in Init()
|
/aosp12/art/compiler/utils/x86/ |
H A D | assembler_x86.h | 160 Address(Register base_in, int32_t disp) { in Address() function 164 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) { in Address() function 169 Address(Register base_in, Offset disp) { in Address() function 173 Address(Register base_in, FrameOffset disp) { in Address() function 178 Address(Register base_in, MemberOffset disp) { in Address() function 182 Address(Register index_in, ScaleFactor scale_in, int32_t disp) { in Address() function 189 Address(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) { in Address() function 193 Address(Register base_in, in Address() function 230 Address() {} in Address() function
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.h | 189 Address(CpuRegister base_in, int32_t disp) { in Address() function 193 Address(CpuRegister base_in, Offset disp) { in Address() function 197 Address(CpuRegister base_in, FrameOffset disp) { in Address() function 202 Address(CpuRegister base_in, MemberOffset disp) { in Address() function 228 Address(CpuRegister index_in, ScaleFactor scale_in, int32_t disp) { in Address() function 235 Address(CpuRegister base_in, CpuRegister index_in, ScaleFactor scale_in, int32_t disp) { in Address() function 284 Address() {} in Address() function
|
/aosp12/system/bt/gd/hci/ |
H A D | address.cc | 37 Address::Address(const uint8_t (&addr)[6]) { in Address() function in bluetooth::hci::Address 41 Address::Address(std::initializer_list<uint8_t> l) { in Address() function in bluetooth::hci::Address
|
H A D | le_advertising_manager.cc | 1162 const common::Callback<void(Address, AddressType)>& scan_callback, in create_advertiser() 1189 const common::Callback<void(Address, AddressType)>& scan_callback, in ExtendedCreateAdvertiser()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | SystemUtils.h | 21 typedef uint8_t* Address; typedef
|
H A D | MemoryRegion.h | 19 typedef NonConstTraits<uint8_t>::pointer Address; typedef
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
H A D | Address.java | 39 public class Address implements Parcelable { class 85 public Address(String address) { in Address() method in Address 89 public Address(String address, String personal) { in Address() method in Address 507 public Address(Parcel in) { in Address() method in Address
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | RelocationFactory.h | 29 typedef Relocation::Address Address; typedef
|
H A D | EhFrameReader.h | 30 typedef char* Address; typedef
|
H A D | Relocator.h | 27 typedef Relocation::Address Address; typedef
|
/aosp12/system/extras/simpleperf/ |
H A D | etm_branch_list.proto | 27 message Address { message
|
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/ |
H A D | FragmentRef.h | 30 typedef NonConstTraits<unsigned char>::pointer Address; typedef
|
H A D | Relocation.h | 31 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | SizeTraits.h | 23 typedef uint32_t Address; typedef 32 typedef uint64_t Address; typedef
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
H A D | device.cc | 77 void Device::SetAddress(Address) { in SetAddress() argument
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | Address.java | 34 public class Address implements Parcelable { class 63 public Address(Locale locale) { in Address() method in Address
|
/aosp12/system/bt/gd/rust/link/src/acl/classic/ |
H A D | mod.rs | 102 pub async fn connect(&mut self, addr: Address) { in connect() 107 pub async fn cancel_connect(&mut self, addr: Address) { in cancel_connect()
|
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/ |
H A D | shared_buffer_helpers.h | 33 void* Address() const { return address_; } in Address() function
|
/aosp12/system/bt/gd/security/pairing/ |
H A D | classic_pairing_handler.h | 42 common::OnceCallback<void(hci::Address, PairingResultOrFailure)> complete_callback, in ClassicPairingHandler()
|
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | RouteInfoTest.java | 31 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | RouteInfoTest.java | 57 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
|
/aosp12/build/soong/cc/ |
H A D | prebuilt.go | 519 Address struct { member
|