Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.h67 void RemoveDevice(hci::AddressWithType address);
H A Dsecurity_record_database.h54 security_record_storage_.RemoveDevice(address); in Remove()
H A Dsecurity_record_storage_test.cc196 record_storage_->RemoveDevice(remote); in TEST_F()
H A Dsecurity_record_storage.cc186 void SecurityRecordStorage::RemoveDevice(hci::AddressWithType address) { in RemoveDevice() function in bluetooth::security::record::SecurityRecordStorage
/aosp12/system/bt/include/hardware/
H A Dbt_hearing_aid.h72 virtual void RemoveDevice(const RawAddress& address) = 0;
H A Dbt_vc.h68 virtual void RemoveDevice(const RawAddress& address) = 0;
/aosp12/system/bt/btif/src/
H A Dbtif_vc.cc97 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anon705e8be00110::VolumeControlInterfaceImpl
H A Dbtif_hearing_aid.cc113 void RemoveDevice(const RawAddress& address) override { in RemoveDevice() function in __anona1484d320210::HearingAidInterfaceImpl
H A Dbtif_dm.cc1555 btif_hearing_aid_get_interface()->RemoveDevice(bd_addr); in btif_dm_upstreams_evt()