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

  /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/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 907 milliseconds