Home
last modified time | relevance | path

Searched refs:DeviceKeyRelease (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c341 int DeviceKeyRelease; variable
1003 DeviceKeyRelease = DeviceKeyPress + 1; in FixExtensionEvents()
1004 DeviceButtonPress = DeviceKeyRelease + 1; in FixExtensionEvents()
1036 SetMaskForExtEvent(DeviceKeyReleaseMask, DeviceKeyRelease); in FixExtensionEvents()
1038 SetCriticalEvent(DeviceKeyRelease); in FixExtensionEvents()
1107 DeviceKeyRelease = 2; in RestoreExtensionEvents()
1145 EventSwapVector[DeviceKeyRelease] = NotImplemented; in IResetProc()
1216 else if (type == DeviceKeyRelease) { in SEventIDispatch()
1307 EventSwapVector[DeviceKeyRelease] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h63 extern int DeviceKeyRelease;
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c280 ADD(DeviceKeyRelease); in main()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c916 type == DeviceKeyPress || type == DeviceKeyRelease)) in XkbFilterEvents()
922 || type == DeviceKeyRelease)) { in XkbFilterEvents()
952 xE[0].u.u.type == DeviceKeyRelease)) { in XkbFilterEvents()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c364 kbp->type = DeviceKeyRelease; in eventToKeyButtonPointer()
873 xitype = DeviceKeyRelease; in GetXIType()
H A Dprotocol.txt815 V002 XInputExtension:DeviceKeyRelease
H A Devents.c296 else if (xitype == DeviceKeyRelease) in XItoCoreType()
2007 release.type = DeviceKeyRelease; in TryClientEvents()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c346 ADD(DeviceKeyRelease); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c441 DeviceKeyRelease = IEventBase + ET_KeyRelease; in dix_event_to_xi1_conversion()