Home
last modified time | relevance | path

Searched refs:IsKeyboardDevice (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxigrabdev.c88 if (IsKeyboardDevice(dev)) { in ProcXIGrabDevice()
H A Dxichangehierarchy.c397 (IsKeyboardDevice(newmaster) && IsKeyboardDevice(dev)))) { in attach_slave()
H A Dxiquerypointer.c106 …if (pDev->valuator == NULL || IsKeyboardDevice(pDev) || (!IsMaster(pDev) && !IsFloating(pDev))) { … in ProcXIQueryPointer()
H A Dlistdev.c174 if (IsMaster(d) && IsKeyboardDevice(d)) in CopySwapDevice()
H A Dxipassivegrab.c154 if (IsKeyboardDevice(dev)) { in ProcXIPassiveGrabDevice()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h609 IsKeyboardDevice(DeviceIntPtr dev);
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c331 IsKeyboardDevice(DeviceIntPtr dev) in IsKeyboardDevice() function
3749 (IsKeyboardDevice(grab->device) && in CoreGrabInterferes()
3750 IsKeyboardDevice(othergrab->device)))) { in CoreGrabInterferes()
5734 if (IsKeyboardDevice(keybd)) { in DeleteWindowFromAnyEvents()
6134 (IsKeyboardDevice(it) && IsKeyboardDevice(dev))) in IsInterferingGrab()
H A Denterleave.c1562 if (!IsKeyboardDevice(pDev)) in DoFocusEvents()
H A Ddevices.c547 if (dev->enabled && IsMaster(dev) && IsKeyboardDevice(dev)) in DisableAllDevices()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog119973 dix: Export IsPointerDevice() and IsKeyboardDevice().
150314 dix: Extend IsKeyboardDevice() to not include pointer devices.
167092 dix: IsPointerDevice and IsKeyboardDevice, use same ways to identify type