/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection.h | 42 void SetAddress(AddressWithType address);
|
D | acl_connection.cc | 32 void AclConnection::SetAddress(AddressWithType address) { address_ = address; } in SetAddress() function in test_vendor_lib::AclConnection
|
D | le_advertiser.h | 49 void SetAddress(bluetooth::hci::Address address);
|
D | acl_connection_handler.h | 63 void SetAddress(uint16_t handle, bluetooth::hci::AddressWithType address);
|
D | acl_connection_handler.cc | 180 void AclConnectionHandler::SetAddress(uint16_t handle, in SetAddress() function in test_vendor_lib::AclConnectionHandler 186 connection.SetAddress(address); in SetAddress()
|
D | le_advertiser.cc | 64 void LeAdvertiser::SetAddress(Address address) { in SetAddress() function in test_vendor_lib::LeAdvertiser
|
D | dual_mode_controller.h | 101 void SetAddress(Address address) override;
|
D | dual_mode_controller.cc | 48 properties_.SetAddress(addr); in Initialize() 86 properties_.SetAddress(public_address); in DualModeController() 2558 void DualModeController::SetAddress(Address address) { in SetAddress() function in test_vendor_lib::DualModeController 2559 properties_.SetAddress(address); in SetAddress()
|
D | link_layer_controller.cc | 2422 advertisers_[set].SetAddress(address); in SetLeExtendedAddress()
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | classic.cc | 44 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
|
D | sniffer.cc | 34 properties_.SetAddress(device_to_sniff_); in Initialize()
|
D | remote_loopback_device.cc | 42 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
|
D | car_kit.cc | 87 if (Address::FromString(args[1], addr)) properties_.SetAddress(addr); in Initialize()
|
D | device.h | 61 virtual void SetAddress(Address address);
|
D | device.cc | 77 void Device::SetAddress(Address) { in SetAddress() function in test_vendor_lib::Device
|
D | broken_adv.cc | 150 properties_.SetAddress(page_addr); in UpdatePageScan()
|
D | device_properties.h | 138 void SetAddress(const Address& address) { in SetAddress() function
|
/system/bt/gd/storage/ |
D | adapter_config_test.cc | 47 mutation.Add(adapter_config.SetAddress(address)); in TEST()
|
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | test_model.cc | 236 devices_[index]->SetAddress(std::move(address)); in SetDeviceAddress()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 93 mutation.Add(adapter_config.SetAddress(controllerAddress)); in Init()
|