Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.h35 virtual Address GetAddress() const { in GetAddress() function
/aosp12/system/bt/gd/hci/
H A Daddress_with_type.h39 inline Address GetAddress() const { in GetAddress() function
/aosp12/system/bt/gd/storage/
H A Dclassic_device.cc39 hci::Address ClassicDevice::GetAddress() const { in GetAddress() function in bluetooth::storage::ClassicDevice
H A Ddevice.cc109 hci::Address Device::GetAddress() const { in GetAddress() function in bluetooth::storage::Device
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dacl_connection.cc30 AddressWithType AclConnection::GetAddress() const { return address_; } in GetAddress() function in test_vendor_lib::AclConnection
H A Dle_advertiser.cc69 AddressWithType LeAdvertiser::GetAddress() const { return address_; } in GetAddress() function in test_vendor_lib::LeAdvertiser
H A Dacl_connection_handler.cc156 AddressWithType AclConnectionHandler::GetAddress(uint16_t handle) const { in GetAddress() function in test_vendor_lib::AclConnectionHandler
/aosp12/system/bt/profile/avrcp/
H A Ddevice.h76 const RawAddress& GetAddress() const { return address_; }; in GetAddress() function
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl39 String GetAddress(); in GetAddress() method
/aosp12/system/bt/service/test/
H A Dadapter_unittest.cc226 TEST_F(AdapterTest, GetAddress) { in TEST_F() argument
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h134 const Address& GetAddress() const { in GetAddress() function
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc86 Status BluetoothBinderServer::GetAddress(::android::String16* _aidl_return) { in GetAddress() function in ipc::binder::BluetoothBinderServer
/aosp12/system/bt/service/
H A Dadapter.cc310 std::string GetAddress() const override { return address_.Get(); } in GetAddress() function in bluetooth::AdapterImpl
/aosp12/art/libelffile/elf/
H A Delf_builder.h160 Elf_Addr GetAddress() const { in GetAddress() function
/aosp12/art/dexlayout/
H A Ddex_ir.h959 uint32_t GetAddress() const { return address_; } in GetAddress() function