Home
last modified time | relevance | path

Searched defs:remove_device (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs50 fn remove_device(self: Pin<&mut CsisClientIntf>, addr: RawAddress); in remove_device() function
194 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
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
Dle_audio.rs144 fn remove_device(self: Pin<&mut LeAudioClientIntf>, addr: RawAddress); in remove_device() function
634 pub fn remove_device(&mut self, addr: RawAddress) { in remove_device() method
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_datastore_utils.py69 def remove_device(name): function
/aosp_15_r20/external/autotest/server/cros/chaos_lib/
H A Dchaos_datastore_utils.py62 def remove_device(self, host_name): member in ChaosDataStoreUtils
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc151 void CsisClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::CsisClientIntf
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A DREADME.md630 ### remove_device subsection
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_health_status.cc269 void remove_device(const RawAddress& address) { in remove_device() function in bluetooth::le_audio::LeAudioHealthStatusImpl
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc214 void VolumeControlIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::VolumeControlIntf
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc359 void LeAudioClientIntf::remove_device(RawAddress addr) { return intf_->RemoveDevice(addr); } in remove_device() function in bluetooth::topshim::rust::LeAudioClientIntf
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc861 bool remove_device = false; in bta_dm_acl_down_() local
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_socket.py1158 def remove_device(self, index, address, address_type): member in BluetoothControlSocket
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_root.rs326 pub fn remove_device(&mut self, address: PciAddress) { in remove_device() method
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py474 def remove_device(self, address, address_type): member in BluetoothDevice
H A Dbluetooth_adapter_tests.py3615 def remove_device(self, address, address_type): member in BluetoothAdapterTests
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbluetooth_facade.py2411 def remove_device(self, address, address_type): member in BluezFacadeLocal