Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h41 virtual Address GetAddress() const { in GetAddress() function
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.h50 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.cc109 hci::Address Device::GetAddress() const { in GetAddress() function in bluetooth::storage::Device
/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress_with_type.h41 inline Address GetAddress() const { return address_; } in GetAddress() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h40 AddressWithType GetAddress() const { return address_; } in GetAddress() function
Dsco_connection.h98 Address GetAddress() const { return address_; } in GetAddress() function
Dacl_connection_handler.cc205 AddressWithType AclConnectionHandler::GetAddress(uint16_t handle) const { in GetAddress() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc49 const Address& LinkLayerController::GetAddress() const { return address_; } in GetAddress() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type.h40 inline Address GetAddress() const { in GetAddress() function
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h84 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function