Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dtouch.c205 TouchPointInfoPtr ti; in TouchInitTouchPoint()
235 TouchPointInfoPtr ti; in TouchFreeTouchPoint()
263 TouchPointInfoPtr
267 TouchPointInfoPtr ti; in TouchFindByClientID()
289 TouchPointInfoPtr
295 TouchPointInfoPtr ti; in TouchBeginTouch()
340 TouchEndTouch(DeviceIntPtr dev, TouchPointInfoPtr ti) in TouchEndTouch()
380 TouchEventHistoryAllocate(TouchPointInfoPtr ti) in TouchEventHistoryAllocate()
393 TouchEventHistoryFree(TouchPointInfoPtr ti) in TouchEventHistoryFree()
410 TouchEventHistoryPush(TouchPointInfoPtr ti, const DeviceEvent *ev) in TouchEventHistoryPush()
[all …]
H A Dgetevents.c1806 TouchPointInfoPtr ti, uint8_t reason, XID resource, in GetTouchOwnershipEvents()
2035 GetDixTouchEnd(InternalEvent *ievent, DeviceIntPtr dev, TouchPointInfoPtr ti, in GetDixTouchEnd()
H A Devents.c1327 TouchPointInfoPtr ti = in ComputeFreezes()
1475 TouchPointInfoPtr ti = mouse->touch->touches + i; in UpdateTouchesForGrab()
1573 TouchPointInfoPtr ti = mouse->touch->touches + i; in DeactivatePointerGrab()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h130 typedef struct _TouchPointInfo *TouchPointInfoPtr; typedef
473 TouchPointInfoPtr ti,
478 TouchPointInfoPtr ti,
564 extern TouchPointInfoPtr TouchBeginTouch(DeviceIntPtr dev, int sourceid,
567 extern TouchPointInfoPtr TouchFindByClientID(DeviceIntPtr dev,
569 extern void TouchEndTouch(DeviceIntPtr dev, TouchPointInfoPtr ti);
570 extern Bool TouchEventHistoryAllocate(TouchPointInfoPtr ti);
571 extern void TouchEventHistoryFree(TouchPointInfoPtr ti);
572 extern void TouchEventHistoryPush(TouchPointInfoPtr ti, const DeviceEvent *ev);
573 extern void TouchEventHistoryReplay(TouchPointInfoPtr ti, DeviceIntPtr dev,
[all …]
H A Dexevents.h283 TouchPointInfoPtr /* ti */ ,
H A Ddix.h425 TouchPointInfoPtr /* ti */ ,
H A Dinputstr.h345 TouchPointInfoPtr touches;
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c989 TouchSendOwnershipEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, int reason, in TouchSendOwnershipEvent()
1006 DeliverOneTouchEvent(ClientPtr client, DeviceIntPtr dev, TouchPointInfoPtr ti, in DeliverOneTouchEvent()
1046 ActivateEarlyAccept(DeviceIntPtr dev, TouchPointInfoPtr ti) in ActivateEarlyAccept()
1072 static TouchPointInfoPtr
1075 TouchPointInfoPtr oldest = NULL; in FindOldestPointerEmulatedTouch()
1079 TouchPointInfoPtr ti = dev->touch->touches + i; in FindOldestPointerEmulatedTouch()
1110 TouchPuntToNextOwner(DeviceIntPtr dev, TouchPointInfoPtr ti, in TouchPuntToNextOwner()
1165 TouchPointInfoPtr oldest = FindOldestPointerEmulatedTouch(dev); in CheckOldestTouch()
1181 TouchRejected(DeviceIntPtr sourcedev, TouchPointInfoPtr ti, XID resource, in TouchRejected()
1222 TouchPointInfoPtr ti = TouchFindByClientID(dev, ev->touchid); in ProcessTouchOwnershipEvent()
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dtouch.c215 TouchPointInfoPtr ti; in touch_begin_touch()