/packages/modules/Bluetooth/system/bta/groups/ |
D | groups_test.cc | 134 DeviceGroups::Get()->RemoveDevice(GetTestAddress(2)); in TEST_F() 158 DeviceGroups::Get()->RemoveDevice(GetTestAddress(2)); in TEST_F() 159 DeviceGroups::Get()->RemoveDevice(GetTestAddress(3)); in TEST_F() 160 DeviceGroups::Get()->RemoveDevice(GetTestAddress(4)); in TEST_F() 189 DeviceGroups::Get()->RemoveDevice(GetTestAddress(1)); in TEST_F() 207 DeviceGroups::Get()->RemoveDevice(GetTestAddress(1), 8); in TEST_F() 214 DeviceGroups::Get()->RemoveDevice(GetTestAddress(1), 9); in TEST_F() 267 DeviceGroups::Get()->RemoveDevice(GetTestAddress(1)); in TEST_F() 268 DeviceGroups::Get()->RemoveDevice(GetTestAddress(2)); in TEST_F() 269 DeviceGroups::Get()->RemoveDevice(GetTestAddress(3)); in TEST_F()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_csis_client.cc | 87 void RemoveDevice(const RawAddress& addr) override { in RemoveDevice() function in __anon9d87b2c10111::CsipSetCoordinatorServiceInterfaceImpl 98 do_in_main_thread(FROM_HERE, Bind(&CsisClient::RemoveDevice, in RemoveDevice()
|
D | btif_le_audio.cc | 180 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anona082e5330111::LeAudioClientInterfaceImpl 191 Bind(&LeAudioClient::RemoveDevice, in RemoveDevice()
|
D | btif_hearing_aid.cc | 95 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anone299c8dc0211::HearingAidInterfaceImpl
|
D | bluetooth.cc | 321 btif_hearing_aid_get_interface()->RemoveDevice(bd_addr); in removeDeviceFromProfiles() 324 btif_csis_client_get_interface()->RemoveDevice(bd_addr); in removeDeviceFromProfiles() 327 btif_le_audio_get_interface()->RemoveDevice(bd_addr); in removeDeviceFromProfiles() 330 btif_volume_control_get_interface()->RemoveDevice(bd_addr); in removeDeviceFromProfiles()
|
D | btif_has_client.cc | 113 void RemoveDevice(const RawAddress& addr) override { in RemoveDevice() function in __anon4d3a264b0111::HearingAaccessClientServiceInterfaceImpl
|
D | btif_vc.cc | 179 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anon360f704a0111::VolumeControlInterfaceImpl
|
/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_command_handler.cc | 46 SET_HANDLER("del", RemoveDevice); in TestCommandHandler() 154 void TestCommandHandler::RemoveDevice(const vector<std::string>& args) { in RemoveDevice() function in rootcanal::TestCommandHandler 157 model_.RemoveDevice(dev_index); in RemoveDevice()
|
D | test_model.cc | 136 void TestModel::RemoveDevice(PhyDevice::Identifier device_id) { in RemoveDevice() function in rootcanal::TestModel 233 RemoveDevice(device_id); in OnConnectionClosed()
|
D | test_command_handler.h | 55 void RemoveDevice(const std::vector<std::string>& args);
|
D | test_model.h | 76 void RemoveDevice(PhyDevice::Identifier id);
|
/packages/modules/Bluetooth/system/gd/security/record/ |
D | security_record_storage.h | 63 void RemoveDevice(hci::AddressWithType address);
|
D | security_record_database.h | 54 security_record_storage_.RemoveDevice(address); in Remove()
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | mock_device_groups.h | 31 MOCK_METHOD((void), RemoveDevice, (const RawAddress& addr, int group_id),
|
D | mock_csis_client.h | 28 MOCK_METHOD((void), RemoveDevice, (const RawAddress& address), (override));
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hearing_aid.h | 73 virtual void RemoveDevice(const RawAddress& address) = 0;
|
D | bt_csis.h | 90 virtual void RemoveDevice(const RawAddress& address) = 0;
|
D | bt_vc.h | 84 virtual void RemoveDevice(const RawAddress& address) = 0;
|
D | bt_has.h | 149 virtual void RemoveDevice(const RawAddress& addr) = 0;
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_csis_api.h | 46 virtual void RemoveDevice(const RawAddress& address) = 0;
|
D | bta_groups.h | 80 virtual void RemoveDevice(
|
D | bta_le_audio_api.h | 52 virtual void RemoveDevice(const RawAddress& address) = 0;
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | client_linux.cc | 26 void RemoveDevice(const RawAddress& address) override {} in RemoveDevice() function in LeAudioClientImpl
|
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/ |
D | csis_shim.cc | 164 return intf_->RemoveDevice(addr); in remove_device()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/ |
D | vc_shim.cc | 186 return intf_->RemoveDevice(addr); in remove_device()
|