Home
last modified time | relevance | path

Searched refs:has_device (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py735 has_device = self.bluetooth_facade.has_device
737 if has_device(device_address):
743 condition=(lambda: has_device(device_address)),
787 has_device = False
789 if self.bluetooth_facade.has_device(device_address):
790 has_device = True
803 self.results = {'has_device': has_device, 'paired': paired}
881 has_device = False
883 if self.bluetooth_facade.has_device(device_address):
884 has_device = True
[all …]
Dbluetooth_device.py437 def has_device(self, address): member in BluetoothDevice
446 return self._proxy.has_device(address)
/external/autotest/client/cros/chameleon/
Dchameleon_bluetooth_audio.py59 return bt_adapter.has_device(target_mac_address)
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh129 if (!has_device ()) return; in apply_value()
186 inline bool has_device (void) const { in has_device() function
194 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
204 if (!has_device ()) return_trace (true); in sanitize_values()
220 if (!has_device ()) return_trace (true); in sanitize_values_stride_unsafe()
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py746 def has_device(self, address): member in BluetoothDeviceXmlRpcDelegate