Home
last modified time | relevance | path

Searched refs:EventSwapVector (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c1143 EventSwapVector[DeviceValuator] = NotImplemented; in IResetProc()
1144 EventSwapVector[DeviceKeyPress] = NotImplemented; in IResetProc()
1145 EventSwapVector[DeviceKeyRelease] = NotImplemented; in IResetProc()
1146 EventSwapVector[DeviceButtonPress] = NotImplemented; in IResetProc()
1147 EventSwapVector[DeviceButtonRelease] = NotImplemented; in IResetProc()
1148 EventSwapVector[DeviceMotionNotify] = NotImplemented; in IResetProc()
1149 EventSwapVector[DeviceFocusIn] = NotImplemented; in IResetProc()
1150 EventSwapVector[DeviceFocusOut] = NotImplemented; in IResetProc()
1151 EventSwapVector[ProximityIn] = NotImplemented; in IResetProc()
1152 EventSwapVector[ProximityOut] = NotImplemented; in IResetProc()
[all …]
H A Dsendexev.c103 proc = EventSwapVector[eventP->u.u.type & 0177]; in SProcXSendExtensionEvent()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dgeext.c151 EventSwapVector[GenericEvent] = NotImplemented; in GEResetProc()
195 EventSwapVector[GenericEvent] = (EventSwapPtr) SGEGenericEvent; in GEExtensionInit()
H A Dxvmain.c186 EventSwapVector[XvEventBase + XvVideoNotify] = in XvExtensionInit()
188 EventSwapVector[XvEventBase + XvPortNotify] = in XvExtensionInit()
H A Dxtest.c505 proc = EventSwapVector[ev->u.u.type & 0177]; in XTestSwapFakeInput()
H A Dsecurity.c1082 EventSwapVector[SecurityEventBase + XSecurityAuthorizationRevoked] = in SecurityExtensionInit()
H A Dsync.c2514 EventSwapVector[SyncEventBase + XSyncCounterNotify] = in SyncExtensionInit()
2516 EventSwapVector[SyncEventBase + XSyncAlarmNotify] = in SyncExtensionInit()
H A Dshape.c1239 EventSwapVector[ShapeEventBase] = (EventSwapPtr) SShapeNotifyEvent; in ShapeExtensionInit()
H A Dsaver.c1400 EventSwapVector[ScreenSaverEventBase] = in ScreenSaverExtensionInit()
H A Dshm.c1579 EventSwapVector[ShmCompletionCode] = (EventSwapPtr) SShmCompletionEvent; in ShmExtensionInit()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dxfixes.c231 EventSwapVector[XFixesEventBase + XFixesSelectionNotify] = in XFixesExtensionInit()
233 EventSwapVector[XFixesEventBase + XFixesCursorNotify] = in XFixesExtensionInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dextnsionst.h80 extern _X_EXPORT EventSwapPtr EventSwapVector[128];
/OK3568_Linux_fs/external/xserver/hw/xwin/dri/
H A Dwindowsdri.c272 EventSwapVector[WindowsDRIEventBase + i] = (EventSwapPtr)SNotifyEvent; in WindowsDRIExtensionInit()
/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c440 EventSwapVector[RREventBase + RRScreenChangeNotify] = (EventSwapPtr) in RRExtensionInit()
442 EventSwapVector[RREventBase + RRNotify] = (EventSwapPtr) in RRExtensionInit()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dappledri.c524 EventSwapVector[DRIEventBase + i] = (EventSwapPtr)SNotifyEvent; in AppleDRIExtensionInit()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c594 EventSwapVector[WMEventBase + i] = (EventSwapPtr) SNotifyEvent; in winWindowsWMExtensionInit()
/OK3568_Linux_fs/external/xserver/dix/
H A Dtables.c585 EventSwapPtr EventSwapVector[MAXEVENTS] = { variable
H A Dswapreq.c303 proc = EventSwapVector[stuff->event.u.u.type & 0177]; in SProcSendEvent()
H A Devents.c6002 (*EventSwapVector[eventFrom->u.u.type & 0177]) in WriteEventsToClient()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c738 EventSwapVector[WMEventBase + i] = (EventSwapPtr)SNotifyEvent; in AppleWMExtensionInit()
/OK3568_Linux_fs/external/xserver/damageext/
H A Ddamageext.c746 EventSwapVector[DamageEventBase + XDamageNotify] = in DamageExtensionInit()
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c691 (*EventSwapVector[pev->u.u.type & 0177]) in RecordADeliveredEventOrError()
736 (*EventSwapVector[pEvToRecord->u.u.type & 0177]) in RecordSendProtocolEvents()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog14174 calling a swapping function from the EventSwapVector array. The swapped event
164801 Register correct event in EventSwapVector.