Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c343 int DeviceButtonRelease; variable
1005 DeviceButtonRelease = DeviceButtonPress + 1; in FixExtensionEvents()
1006 DeviceMotionNotify = DeviceButtonRelease + 1; in FixExtensionEvents()
1044 SetMaskForExtEvent(DeviceButtonReleaseMask, DeviceButtonRelease); in FixExtensionEvents()
1046 SetCriticalEvent(DeviceButtonRelease); in FixExtensionEvents()
1109 DeviceButtonRelease = 4; in RestoreExtensionEvents()
1147 EventSwapVector[DeviceButtonRelease] = NotImplemented; in IResetProc()
1224 else if (type == DeviceButtonRelease) { in SEventIDispatch()
1309 EventSwapVector[DeviceButtonRelease] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h65 extern int DeviceButtonRelease;
H A Dexevents.c181 xE->u.u.type == DeviceButtonRelease || in XIGetDevice()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c282 ADD(DeviceButtonRelease); in main()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c358 kbp->type = DeviceButtonRelease; in eventToKeyButtonPointer()
867 xitype = DeviceButtonRelease; in GetXIType()
H A Dprotocol.txt817 V004 XInputExtension:DeviceButtonRelease
H A Devents.c292 else if (xitype == DeviceButtonRelease) in XItoCoreType()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c348 ADD(DeviceButtonRelease); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c443 DeviceButtonRelease = IEventBase + ET_ButtonRelease; in dix_event_to_xi1_conversion()