Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/system/bt/gd/rust/hci/custom_types/
H A Dlib.rs14 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 Dmetric_id_manager_unittest.cc54 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 Dmetric_id_manager.cc52 const std::unordered_map<Address, int>& paired_device_map, in Init()
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.h160 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 Dassembler_x86_64.h189 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 Daddress.cc37 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 Dle_advertising_manager.cc1162 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 DSystemUtils.h21 typedef uint8_t* Address; typedef
H A DMemoryRegion.h19 typedef NonConstTraits<uint8_t>::pointer Address; typedef
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DAddress.java39 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 DRelocationFactory.h29 typedef Relocation::Address Address; typedef
H A DEhFrameReader.h30 typedef char* Address; typedef
H A DRelocator.h27 typedef Relocation::Address Address; typedef
/aosp12/system/extras/simpleperf/
H A Detm_branch_list.proto27 message Address { message
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h30 typedef NonConstTraits<unsigned char>::pointer Address; typedef
H A DRelocation.h31 typedef uint64_t Address; // FIXME: use SizeTrait<T>::Address instead typedef
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DSizeTraits.h23 typedef uint32_t Address; typedef
32 typedef uint64_t Address; typedef
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice.cc77 void Device::SetAddress(Address) { in SetAddress() argument
/aosp12/frameworks/base/location/java/android/location/
H A DAddress.java34 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 Dmod.rs102 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 Dshared_buffer_helpers.h33 void* Address() const { return address_; } in Address() function
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.h42 common::OnceCallback<void(hci::Address, PairingResultOrFailure)> complete_callback, in ClassicPairingHandler()
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java31 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DRouteInfoTest.java57 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
/aosp12/build/soong/cc/
H A Dprebuilt.go519 Address struct { member

12