Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 14 of 14) 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/system/gd/hci/
Daddress_with_type.h40 inline Address GetAddress() const { in GetAddress() function
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.cc36 AddressWithType AclConnection::GetAddress() const { return address_; } in GetAddress() function in rootcanal::AclConnection
Dsco_connection.h97 Address GetAddress() const { return address_; } in GetAddress() function
Dacl_connection_handler.cc194 AddressWithType AclConnectionHandler::GetAddress(uint16_t handle) const { in GetAddress() function in rootcanal::AclConnectionHandler
Dlink_layer_controller.cc61 const Address& LinkLayerController::GetAddress() const { return address_; } in GetAddress() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.h80 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function
/packages/modules/Bluetooth/system/service/common/android/bluetooth/
DIBluetooth.aidl39 String GetAddress(); in GetAddress() method
/packages/modules/Bluetooth/system/service/test/
Dadapter_unittest.cc229 TEST_F(AdapterTest, GetAddress) { in TEST_F() argument
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_binder_server.cc86 Status BluetoothBinderServer::GetAddress(::android::String16* _aidl_return) { in GetAddress() function in ipc::binder::BluetoothBinderServer
/packages/modules/Bluetooth/system/service/
Dadapter.cc315 std::string GetAddress() const override { return address_.Get(); } in GetAddress() function in bluetooth::AdapterImpl