Home
last modified time | relevance | path

Searched refs:remove_device (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs51 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() function
209 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
210 self.internal.pin_mut().remove_device(addr); in remove_device()
Dvc.rs36 fn remove_device(self: Pin<&mut VolumeControlIntf>, addr: RawAddress); in remove_device() function
240 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
241 self.internal.pin_mut().remove_device(addr); in remove_device()
Dle_audio.rs146 fn remove_device(self: Pin<&mut LeAudioClientIntf>, addr: RawAddress); in remove_device() function
652 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
653 self.internal.pin_mut().remove_device(addr); in remove_device()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.h37 void remove_device(RawAddress addr);
Dcsis_shim.cc151 void CsisClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::CsisClientIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.h37 void remove_device(RawAddress addr);
Dvc_shim.cc214 void VolumeControlIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::VolumeControlIntf
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.h50 void remove_device(RawAddress addr);
Dle_audio_shim.cc370 void LeAudioClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::LeAudioClientIntf
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.cc58 remove_device(address); in RemoveStatistics()
269 void remove_device(const RawAddress& address) { in remove_device() function in bluetooth::le_audio::LeAudioHealthStatusImpl