| /packages/modules/Bluetooth/tools/rootcanal/rust/src/ | 
| D | packets.rs | 11     pub struct Address {  struct12         pub bytes: [u8; 6],
 15     impl Address {  implementation
 21     impl fmt::Display for Address {  implementation
 39     impl TryFrom<&[u8]> for Address {  implementation
 95     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) -> Option<hci::Address> {  in get_address()44     pub(crate) fn send_lmp_packet(&self, to: hci::Address, packet: &[u8]) {  in send_lmp_packet()
 
 | 
| /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 {  struct19 impl Address {  implementation
 26 impl fmt::Display for Address {  implementation
 45 impl TryFrom<&[u8]> for Address {  implementation
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/lib/hci/ | 
| D | address.cc | 35 constexpr Address::Address(std::array<uint8_t, kLength> const& address)  in Address()  function in bluetooth::hci::Address38 Address::Address(const uint8_t (&address)[kLength]) {  in Address()  function in bluetooth::hci::Address
 42 Address::Address(std::initializer_list<uint8_t> l) {  in Address()  function in bluetooth::hci::Address
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ | 
| D | BV_09_C.py | 201 …async def steps_4_14(self, peer_address: Address, peer_address_type: ll.AddressType, connection_ha…317 …async def steps_24_29(self, peer_address: Address, peer_address_type: ll.AddressType, connection_h…
 
 | 
| D | BV_17_C.py | 116     async def steps_4_6(self, peer_address: Address, scan_response_data: List[int]):
 | 
| D | BV_18_C.py | 143 …async def steps_3_12(self, peer_address: Address, peer_address_type: ll.AddressType, scan_response…
 | 
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/ | 
| D | Address.java | 39 public class Address implements Parcelable {  class85   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/system/gd/hci/ | 
| D | address.cc | 37 Address::Address(const uint8_t (&addr)[6]) {  in Address()  function in bluetooth::hci::Address41 Address::Address(std::initializer_list<uint8_t> l) {  in Address()  function in bluetooth::hci::Address
 
 | 
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/ | 
| D | BV_43_C.py | 183 …async def steps_3_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
 | 
| D | BV_41_C.py | 131 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
 | 
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/ | 
| D | BV_19_C.py | 56 …teps_1_6(self, duration: int, advertising_event_properties: int, target_address: Optional[Address],
 | 
| /packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/PER/ | 
| D | BV_42_C.py | 161 …async def steps_4_11(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_t…
 | 
| D | BV_40_C.py | 152 …async def steps_1_9(self, peer_address: Address, connection_handle: int, phy_c_to_p: int, phy_p_to…
 | 
| /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/tools/rootcanal/py/ | 
| D | bluetooth.py | 6 class Address:  class
 | 
| D | controller.py | 58     def __init__(self, address: hci.Address):
 | 
| /packages/modules/Bluetooth/system/blueberry/utils/ | 
| D | bluetooth.py | 6 class Address:  class
 | 
| /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/Bluetooth/tools/rootcanal/rust/src/lmp/ | 
| D | manager.rs | 107         from: hci::Address,  in ingest_lmp()319     fn peer_address(&self) -> hci::Address {  in peer_address()
 
 | 
| /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/rust/src/lmp/test/ | 
| D | context.rs | 87     fn peer_address(&self) -> hci::Address {  in peer_address()
 | 
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ | 
| D | mod.rs | 16     fn peer_address(&self) -> hci::Address;  in peer_address()
 |