/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | csis.rs | 50 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
|
D | vc.rs | 36 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
|
D | le_audio.rs | 144 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/ |
D | wifi_datastore_utils.py | 69 def remove_device(name): function
|
/aosp_15_r20/external/autotest/server/cros/chaos_lib/ |
H A D | chaos_datastore_utils.py | 62 def remove_device(self, host_name): member in ChaosDataStoreUtils
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/csis/ |
D | csis_shim.cc | 151 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 D | README.md | 630 ### remove_device subsection
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_health_status.cc | 269 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/ |
D | vc_shim.cc | 214 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/ |
D | le_audio_shim.cc | 359 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/ |
D | bta_dm_act.cc | 861 bool remove_device = false; in bta_dm_acl_down_() local
|
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/ |
H A D | bluetooth_socket.py | 1158 def remove_device(self, index, address, address_type): member in BluetoothControlSocket
|
/aosp_15_r20/external/crosvm/devices/src/pci/ |
H A D | pci_root.rs | 326 pub fn remove_device(&mut self, address: PciAddress) { in remove_device() method
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_device.py | 474 def remove_device(self, address, address_type): member in BluetoothDevice
|
H A D | bluetooth_adapter_tests.py | 3615 def remove_device(self, address, address_type): member in BluetoothAdapterTests
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | bluetooth_facade.py | 2411 def remove_device(self, address, address_type): member in BluezFacadeLocal
|