Searched refs:IsPointerDevice (Results 1 – 17 of 17) sorted by relevance
83 if (!IsMaster(pDev) || !IsPointerDevice(pDev)) in ProcXIChangeCursor()
396 if (!((IsPointerDevice(newmaster) && IsPointerDevice(dev)) || in attach_slave()
99 (IsMaster(pDev) && !IsPointerDevice(pDev))) { in ProcXIWarpPointer()
476 use = IsPointerDevice(dev) ? XIMasterPointer : XIMasterKeyboard; in GetDeviceUse()480 use = IsPointerDevice(master) ? XISlavePointer : XISlaveKeyboard; in GetDeviceUse()
176 else if (IsMaster(d) && IsPointerDevice(d)) in CopySwapDevice()
1697 if (IsPointerDevice(device)) { in ProcessDeviceEvent()1826 flags = (IsPointerDevice (device)) ? in ProcessDeviceEvent()
144 if (IsPointerDevice(pDev)) { in RRPointerScreenConfigured()
216 if (IsPointerDevice(dev) && dev->spriteInfo->spriteOwner) in xf86SwitchMode()282 if (IsPointerDevice(it) && it->spriteInfo->spriteOwner) { in xf86SwitchMode()
607 IsPointerDevice(DeviceIntPtr dev);
890 if (IsMaster(dev) && IsPointerDevice(dev)) in ProcXFixesHideCursor()986 if (IsMaster(dev) && IsPointerDevice(dev)) in CursorFreeHideCount()
199 if (!IsPointerDevice(pDev)) in miPointerDisplayCursor()
317 IsPointerDevice(DeviceIntPtr dev) in IsPointerDevice() function334 ((dev->key && dev->kbdfeed) && !IsPointerDevice(dev)); in IsKeyboardDevice()3747 ((IsPointerDevice(grab->device) && in CoreGrabInterferes()3748 IsPointerDevice(othergrab->device)) || in CoreGrabInterferes()5786 if (IsPointerDevice(keybd)) { in DeleteWindowFromAnyEvents()6133 if ((IsPointerDevice(it) && IsPointerDevice(dev)) || in IsInterferingGrab()
599 if (!IsPointerDevice(pDev)) in DoEnterLeaveEvents()
700 if (IsPointerDevice(master)) { in UpdateFromMaster()
394 other = (IsPointerDevice(dev)) ? inputInfo.pointer: in EnableDevice()
362 cls = IsPointerDevice(rec->dev) ? SECCLASS_X_POINTER : SECCLASS_X_KEYBOARD; in SELinuxDevice()
119965 xselinux: Use the now-exported IsPointerDevice() instead of a copy.119973 dix: Export IsPointerDevice() and IsKeyboardDevice().120237 dix: extend IsPointerDevice check to valuator-only devices.128752 IsPointerDevice(inputInfo.pointer) == FALSE.167091 Xi: move IsPointerDevice into dix.167092 dix: IsPointerDevice and IsKeyboardDevice, use same ways to identify type