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

  /external/fio/os/
os-aix.h 8 #include <sys/devinfo.h>
31 struct devinfo info;
  /external/chromium_org/ui/events/ozone/evdev/
event_factory_evdev.cc 35 bool UseGesturesLibraryForDevice(const EventDeviceInfo& devinfo) {
36 if (devinfo.HasAbsXY() && !devinfo.IsMappedToScreen())
39 if (devinfo.HasRelXY())
49 const EventDeviceInfo& devinfo,
56 if (UseGesturesLibraryForDevice(devinfo)) {
70 if (devinfo.HasAbsXY())
72 new TouchEventConverterEvdev(fd, path, devinfo, dispatch));
107 EventDeviceInfo devinfo; local
108 if (!devinfo.Initialize(fd))
    [all...]
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 126 XIDeviceInfo* devinfo = xi_dev_list.devices + i; local
127 if (devinfo->use == XIFloatingSlave || devinfo->use == XIMasterPointer) {
129 for (int k = 0; k < devinfo->num_classes; ++k) {
130 XIAnyClassInfo* xiclassinfo = devinfo->classes[k];
136 touch_device_lookup_[devinfo->deviceid] = true;
137 touch_device_list_[devinfo->deviceid] = true;
145 pointer_device_lookup_[devinfo->deviceid] = true;
149 if (devinfo->use == XIFloatingSlave || devinfo->use == XISlavePointer)
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 148 devinfo = SP_DEVINFO_DATA()
149 devinfo.cbSize = ctypes.sizeof(devinfo)
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
157 ctypes.byref(devinfo),
184 ctypes.byref(devinfo),
191 ctypes.byref(devinfo),
217 ctypes.byref(devinfo),
226 #~ raise IOError("failed to get details for %s (%s)" % (devinfo, szHardwareID.value))
  /external/wpa_supplicant_8/hs20/server/www/
users.php 39 if ($mo != "devinfo" && $mo != "devdetail" && $mo != "pps")
133 if (strlen($row['devinfo']) > 0) {
134 echo "[<a href=\"users.php?cmd=mo&id=$id&mo=devinfo\">DevInfo</a>]\n";
334 xml_parse_into_struct($xml, $row['devinfo'], $devinfo);
335 foreach($devinfo as $k) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 39 #include <sys/devinfo.h>
75 struct devinfo info;
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 26 #define URN_OMA_DM_DEVINFO "urn:oma:mo:oma-dm-devinfo:1.0"
140 sql = sqlite3_mprintf("UPDATE sessions SET devinfo=%Q WHERE id=%Q",
147 debug_print(ctx, 1, "Failed to add session devinfo: %s",
1581 xml_node_t *ret = NULL, *devinfo = NULL, *devdetail = NULL; local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2848 xml_node_t *devinfo, *devid; local
    [all...]

Completed in 2285 milliseconds