Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c339 int DeviceValuator; variable
1001 DeviceValuator = extEntry->eventBase; in FixExtensionEvents()
1002 DeviceKeyPress = DeviceValuator + 1; in FixExtensionEvents()
1105 DeviceValuator = 0; in RestoreExtensionEvents()
1143 EventSwapVector[DeviceValuator] = NotImplemented; in IResetProc()
1210 if (type == DeviceValuator) in SEventIDispatch()
1305 EventSwapVector[DeviceValuator] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h61 extern int DeviceValuator;
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c335 xv->type = DeviceValuator; in dmxExtMotion()
365 xv->type = DeviceValuator; in dmxExtMotion()
433 event = DeviceValuator; in dmxTranslateAndEnqueueExtEvent()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxtest.c189 type -= DeviceValuator; in ProcXTestFakeInput()
251 if (dv->type != DeviceValuator) { in ProcXTestFakeInput()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c433 xv->type = DeviceValuator; in getValuatorEvents()
H A Denterleave.c616 ev->type = DeviceValuator; in FixDeviceValuator()
H A Dprotocol.txt813 V000 XInputExtension:DeviceValuator
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c413 assert(v->type == DeviceValuator); in _dix_test_xi_convert()
439 DeviceValuator = IEventBase - 1; in dix_event_to_xi1_conversion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog67128 xtest.c:60:12: warning: redundant redeclaration of 'DeviceValuator'
67129 ../Xi/exglobals.h:61:12: note: previous declaration of 'DeviceValuator' was here
124761 on the wire (when DeviceValuator events are required).
133046 item per event. Also remove the special DeviceValuator handling in both
136081 Xext: don't accept DeviceValuator if the dev doesn't have valuators (in xtest)
169818 Always chase a DeviceMotionNotify event with a DeviceValuator, which is