HomeSort by relevance Sort by last modified time
    Searched refs:has_device (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 687 has_device = self.bluetooth_facade.has_device
689 if has_device(device_address):
695 condition=(lambda: has_device(device_address)),
739 has_device = False
741 if self.bluetooth_facade.has_device(device_address):
742 has_device = True
755 self.results = {'has_device': has_device, 'paired': paired}
833 has_device = Fals
    [all...]
bluetooth_device.py 437 def has_device(self, address): member in class:BluetoothDevice
446 return self._proxy.has_device(address)
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 59 return bt_adapter.has_device(target_mac_address)
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 129 if (!has_device ()) return;
186 inline bool has_device (void) const { function in struct:OT::ValueFormat
194 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
204 if (!has_device ()) return_trace (true);
220 if (!has_device ()) return_trace (true);
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 746 def has_device(self, address): member in class:BluetoothDeviceXmlRpcDelegate
758 logging.debug('has_device result: %s', str(result))
    [all...]

Completed in 4231 milliseconds