Home
last modified time | relevance | path

Searched refs:RemoveDevice (Results 1 – 25 of 35) sorted by relevance

12

/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc134 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/
Dbtif_csis_client.cc87 void RemoveDevice(const RawAddress& addr) override { in RemoveDevice() function in __anon9d87b2c10111::CsipSetCoordinatorServiceInterfaceImpl
98 do_in_main_thread(FROM_HERE, Bind(&CsisClient::RemoveDevice, in RemoveDevice()
Dbtif_le_audio.cc180 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anona082e5330111::LeAudioClientInterfaceImpl
191 Bind(&LeAudioClient::RemoveDevice, in RemoveDevice()
Dbtif_hearing_aid.cc95 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anone299c8dc0211::HearingAidInterfaceImpl
Dbluetooth.cc321 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()
Dbtif_has_client.cc113 void RemoveDevice(const RawAddress& addr) override { in RemoveDevice() function in __anon4d3a264b0111::HearingAaccessClientServiceInterfaceImpl
Dbtif_vc.cc179 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anon360f704a0111::VolumeControlInterfaceImpl
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc46 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()
Dtest_model.cc136 void TestModel::RemoveDevice(PhyDevice::Identifier device_id) { in RemoveDevice() function in rootcanal::TestModel
233 RemoveDevice(device_id); in OnConnectionClosed()
Dtest_command_handler.h55 void RemoveDevice(const std::vector<std::string>& args);
Dtest_model.h76 void RemoveDevice(PhyDevice::Identifier id);
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.h63 void RemoveDevice(hci::AddressWithType address);
Dsecurity_record_database.h54 security_record_storage_.RemoveDevice(address); in Remove()
/packages/modules/Bluetooth/system/bta/test/common/
Dmock_device_groups.h31 MOCK_METHOD((void), RemoveDevice, (const RawAddress& addr, int group_id),
Dmock_csis_client.h28 MOCK_METHOD((void), RemoveDevice, (const RawAddress& address), (override));
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hearing_aid.h73 virtual void RemoveDevice(const RawAddress& address) = 0;
Dbt_csis.h90 virtual void RemoveDevice(const RawAddress& address) = 0;
Dbt_vc.h84 virtual void RemoveDevice(const RawAddress& address) = 0;
Dbt_has.h149 virtual void RemoveDevice(const RawAddress& addr) = 0;
/packages/modules/Bluetooth/system/bta/include/
Dbta_csis_api.h46 virtual void RemoveDevice(const RawAddress& address) = 0;
Dbta_groups.h80 virtual void RemoveDevice(
Dbta_le_audio_api.h52 virtual void RemoveDevice(const RawAddress& address) = 0;
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient_linux.cc26 void RemoveDevice(const RawAddress& address) override {} in RemoveDevice() function in LeAudioClientImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc164 return intf_->RemoveDevice(addr); in remove_device()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc186 return intf_->RemoveDevice(addr); in remove_device()

12