Home
last modified time | relevance | path

Searched refs:DeviceKeyPress (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c340 int DeviceKeyPress; variable
1002 DeviceKeyPress = DeviceValuator + 1; in FixExtensionEvents()
1003 DeviceKeyRelease = DeviceKeyPress + 1; in FixExtensionEvents()
1019 event_base[KeyClass] = DeviceKeyPress; in FixExtensionEvents()
1032 SetMaskForExtEvent(DeviceKeyPressMask, DeviceKeyPress); in FixExtensionEvents()
1034 SetCriticalEvent(DeviceKeyPress); in FixExtensionEvents()
1106 DeviceKeyPress = 1; in RestoreExtensionEvents()
1144 EventSwapVector[DeviceKeyPress] = NotImplemented; in IResetProc()
1212 else if (type == DeviceKeyPress) { in SEventIDispatch()
1306 EventSwapVector[DeviceKeyPress] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h62 extern int DeviceKeyPress;
H A Dungrdevk.c144 temporaryGrab->type = DeviceKeyPress; in ProcXUngrabDeviceKey()
H A Dexevents.c2317 type = DeviceKeyPress; in GrabKey()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c916 type == DeviceKeyPress || type == DeviceKeyRelease)) in XkbFilterEvents()
921 && (type == KeyPress || type == KeyRelease || type == DeviceKeyPress in XkbFilterEvents()
951 xE[0].u.u.type == DeviceKeyPress || in XkbFilterEvents()
977 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) { in XkbFilterEvents()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c279 ADD(DeviceKeyPress); in main()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c361 kbp->type = DeviceKeyPress; in eventToKeyButtonPointer()
870 xitype = DeviceKeyPress; in GetXIType()
H A Dgrabs.c717 grab->type == DeviceKeyPress || grab->type == XI_KeyPress); in GrabIsKeyboardGrab()
H A Dprotocol.txt814 V001 XInputExtension:DeviceKeyPress
H A Devents.c294 else if (xitype == DeviceKeyPress) in XItoCoreType()
2002 else if (type == DeviceKeyPress) { in TryClientEvents()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c345 ADD(DeviceKeyPress); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c440 DeviceKeyPress = IEventBase + ET_KeyPress; in dix_event_to_xi1_conversion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog75296DeviceKeyPress’ [-Wredundant-decls]
124365 dmx: include exglobals.h for DeviceKeyPress and friends.