Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
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 …]
Dmetric_id_manager.cc52 const std::unordered_map<Address, int>& paired_device_map, in Init()
/packages/modules/Bluetooth/system/gd/rust/packets/
Dcustom_types.rs14 pub struct Address { struct
19 impl Address { impl
26 impl fmt::Display for Address { implementation
45 impl TryFrom<&[u8]> for Address { implementation
/packages/modules/Bluetooth/system/gd/hci/
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
Dle_advertising_manager.cc1494 const common::Callback<void(Address, AddressType)>& scan_callback, in create_advertiser()
1538 const common::Callback<void(Address, AddressType)>& scan_callback, in ExtendedCreateAdvertiser()
1610 const common::Callback<void(Address, AddressType)>& scan_callback, in StartAdvertising()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
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
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/
Dpackets.rs5 pub fn command_remote_device_address(command: &CommandPacket) -> Option<Address> { in command_remote_device_address()
Dffi.rs22 pub(crate) fn get_address(&self, handle: u16) -> hci::Address { in get_address()
40 pub(crate) fn send_lmp_packet(&self, to: hci::Address, packet: &[u8]) { in send_lmp_packet()
Dmanager.rs111 from: hci::Address, in ingest_lmp()
208 fn peer_address(&self) -> hci::Address { in peer_address()
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/classic/
Dmod.rs108 pub async fn connect(&mut self, addr: Address) { in connect()
113 pub async fn cancel_connect(&mut self, addr: Address) { in cancel_connect()
/packages/modules/Bluetooth/system/gd/security/pairing/
Dclassic_pairing_handler.h42 common::OnceCallback<void(hci::Address, PairingResultOrFailure)> complete_callback, in ClassicPairingHandler()
/packages/modules/Connectivity/tests/common/java/android/net/
DRouteInfoTest.java61 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/test/
Dcontext.rs87 fn peer_address(&self) -> hci::Address { in peer_address()
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/procedure/
Dmod.rs16 fn peer_address(&self) -> hci::Address; in peer_address()
/packages/modules/Bluetooth/system/main/shim/
Dbtm.cc579 common::Bind([](hci::Address, hci::AddressType) { /*OnScan*/ }), in StartAdvertising()