Searched refs:has_device (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcontext.cpp35 _cl_context::has_device(clover::device *dev) const { function in class:_cl_context
H A Dcontext.hpp39 bool has_device(clover::device *dev) const;
/external/autotest/client/cros/chameleon/
H A Dchameleon_bluetooth_audio.py57 return bt_adapter.has_device(target_mac_address)
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dqueue.cpp35 if (!ctx->has_device(dev))
H A Dprogram.cpp68 return !ctx->has_device(dev);
147 return !prog->ctx.has_device(dev);
229 if (!prog->ctx.has_device(dev))
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py238 def has_device(self, address): member in class:BluetoothDevice
247 return self._proxy.has_device(address)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh130 if (!has_device ()) return;
185 inline bool has_device (void) const { function in struct:OT::ValueFormat
193 return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
203 if (!has_device ()) return_trace (true);
219 if (!has_device ()) return_trace (true);
/external/autotest/client/cros/bluetooth/
H A Dbluetooth_device_xmlrpc_server.py514 def has_device(self, address): member in class:BluetoothDeviceXmlRpcDelegate

Completed in 389 milliseconds