/packages/modules/Bluetooth/system/gd/common/ |
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 …]
|
D | metric_id_manager.cc | 52 const std::unordered_map<Address, int>& paired_device_map, in Init()
|
/packages/modules/Bluetooth/system/gd/rust/packets/ |
D | custom_types.rs | 14 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/ |
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
|
D | le_advertising_manager.cc | 1494 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/ |
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
|
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/ |
D | packets.rs | 5 pub fn command_remote_device_address(command: &CommandPacket) -> Option<Address> { in command_remote_device_address()
|
D | ffi.rs | 22 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()
|
D | manager.rs | 111 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/ |
D | mod.rs | 108 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/ |
D | classic_pairing_handler.h | 42 common::OnceCallback<void(hci::Address, PairingResultOrFailure)> complete_callback, in ClassicPairingHandler()
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | RouteInfoTest.java | 61 private InetAddress Address(String addr) { in Address() method in RouteInfoTest
|
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/test/ |
D | context.rs | 87 fn peer_address(&self) -> hci::Address { in peer_address()
|
/packages/modules/Bluetooth/tools/rootcanal/lmp/src/procedure/ |
D | mod.rs | 16 fn peer_address(&self) -> hci::Address; in peer_address()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | btm.cc | 579 common::Bind([](hci::Address, hci::AddressType) { /*OnScan*/ }), in StartAdvertising()
|