Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Ddevice_database_test.cc103 ASSERT_TRUE(device_database_.RemoveDevice(created_device)); in TEST_F()
109 ASSERT_TRUE(device_database_.RemoveDevice(created_device)); in TEST_F()
110 ASSERT_FALSE(device_database_.RemoveDevice(created_device)); in TEST_F()
130 ASSERT_TRUE(device_database_.RemoveDevice(gotten_modified_device)); in TEST_F()
Ddevice_database.cc57 bool DeviceDatabase::RemoveDevice(const std::shared_ptr<Device>& device) { in RemoveDevice() function in DeviceDatabase
106 … if (RemoveDevice(dual_device->GetClassicDevice()) && RemoveDevice(dual_device->GetLeDevice())) { in RemoveDevice()
156 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()
163 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()
170 ASSERT_LOG(RemoveDevice(device), "Failed to remove the device!"); in UpdateDeviceAddress()
Ddevice_database.h100 bool RemoveDevice(const std::shared_ptr<Device>& device);
/system/bt/include/hardware/
Dbt_hearing_aid.h72 virtual void RemoveDevice(const RawAddress& address) = 0;
/system/bt/btif/src/
Dbtif_hearing_aid.cc113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anonec7e4b110211::HearingAidInterfaceImpl
Dbtif_dm.cc1706 btif_hearing_aid_get_interface()->RemoveDevice(bd_addr); in btif_dm_upstreams_evt()