Searched refs:ndevices (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XListDev.c | 193 int ndevices; local in function:XListInputDevices 209 if ((ndevices = rep.ndevices)) { /* at least 1 input device */ 210 size = ndevices * sizeof(XDeviceInfo); 223 any = (xAnyClassPtr) ((char *)list + (ndevices * sizeof(xDeviceInfo))); 226 for (i = 0; i < ndevices; i++, list++) { 233 for (i = 0, nptr = (unsigned char *)any; i < ndevices; i++) { 249 (ndevices * sizeof(XDeviceInfo))); 252 for (i = 0; i < ndevices; i++, list++, clist++) { 265 for (i = 0; i < ndevices; [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | hierarchy.c | 119 int i, ndevices; local in function:remove_master 120 info = XIQueryDevice(dpy, XIAllMasterDevices, &ndevices); 121 for(i = 0; i < ndevices; i++) {
|
| H A D | list.c | 295 int ndevices; local in function:list_xi2 299 info = XIQueryDevice(display, XIAllDevices, &ndevices); 301 for(i = 0; i < ndevices; i++) 315 for (j = 0; j < ndevices; j++) 330 for (i = 0; i < ndevices; i++)
|
| H A D | xinput.c | 313 int ndevices; local in function:xi2_find_device_info 328 info = XIQueryDevice(display, XIAllDevices, &ndevices); 329 for(i = 0; i < ndevices; i++)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/tools/ |
| H A D | synclient.c | 246 int ndevices = 0; local in function:dp_get_device 255 info = XListInputDevices(dpy, &ndevices); 257 while (ndevices--) { 258 if (info[ndevices].type == touchpad_type) { 259 dev = XOpenDevice(dpy, info[ndevices].id); 262 info[ndevices].name); 270 info[ndevices].name); 281 info[ndevices].name);
|
| H A D | syndaemon.c | 486 int ndevices = 0; local in function:dp_get_device 494 info = XListInputDevices(dpy, &ndevices); 496 while (ndevices--) { 497 if (info[ndevices].type == touchpad_type) { 498 dev = XOpenDevice(dpy, info[ndevices].id); 501 info[ndevices].name); 509 info[ndevices].name); 520 info[ndevices].name);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | listdev.c | 408 rep.ndevices = numdevs;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | listdev.c | 400 rep.ndevices = numdevs;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XIproto.h | 217 CARD8 ndevices; member in struct:__anonacf995020408
|
Completed in 14 milliseconds