Home
last modified time | relevance | path

Searched defs:DeviceInfo (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dcommon_types.h27 struct DeviceInfo { struct
28 int camera_id;
32 std::string device_path;
35 std::string usb_vid;
38 std::string usb_pid;
41 uint32_t frames_to_skip_after_streamon = 0;
46 bool constant_framerate_unsupported = false;
70 typedef std::vector<DeviceInfo> DeviceInfos; argument
/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h33 struct DeviceInfo { struct
46 DeviceInfo() in DeviceInfo() argument
52 DeviceInfo(const DeviceInfo& input) in DeviceInfo() argument
61 : gigaops(gigaops), in gigaops()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java38 private static class DeviceInfo { class in BluetoothDeviceList
42 public DeviceInfo(String name, String address) { in DeviceInfo() method in BluetoothDeviceList.DeviceInfo
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc457 struct DeviceInfo { struct in tensorflow::__anonee34c7620211::CudaEventCollector
458 int ordinal;
459 std::string name;
460 int num_contexts;
/external/autotest/client/common_lib/cros/network/
Dinterface.py49 DeviceInfo = collections.namedtuple('DeviceInfo', ['vendor', 'device', variable
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1873 AuthRecord DeviceInfo; member