Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h40 virtual Address GetAddress() const { in GetAddress() function
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.h53 const Address& GetAddress() const { return address_; } in GetAddress() function
/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device.cc39 hci::Address ClassicDevice::GetAddress() const { in GetAddress() function in bluetooth::storage::ClassicDevice
Ddevice.cc115 hci::Address Device::GetAddress() const { in GetAddress() function in bluetooth::storage::Device
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress_with_type.h45 inline Address GetAddress() const { return address_; } in GetAddress() function
/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type.h42 inline Address GetAddress() const { in GetAddress() function
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc39 bluetooth::hci::Address PhyDevice::GetAddress() const { in GetAddress() function in rootcanal::PhyDevice
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h47 AddressWithType GetAddress() const { return address_; } in GetAddress() function
Dsco_connection.h98 Address GetAddress() const { return address_; } in GetAddress() function
Dacl_connection_handler.cc228 AddressWithType AclConnectionHandler::GetAddress(uint16_t handle) const { in GetAddress() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc65 const Address& LinkLayerController::GetAddress() const { return address_; } in GetAddress() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h85 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function