Searched refs:TouchPointInfoPtr (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | touch.c | 205 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 D | getevents.c | 1806 TouchPointInfoPtr ti, uint8_t reason, XID resource, in GetTouchOwnershipEvents() 2035 GetDixTouchEnd(InternalEvent *ievent, DeviceIntPtr dev, TouchPointInfoPtr ti, in GetDixTouchEnd()
|
| H A D | events.c | 1327 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 D | input.h | 130 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 D | exevents.h | 283 TouchPointInfoPtr /* ti */ ,
|
| H A D | dix.h | 425 TouchPointInfoPtr /* ti */ ,
|
| H A D | inputstr.h | 345 TouchPointInfoPtr touches;
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 989 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 D | touch.c | 215 TouchPointInfoPtr ti; in touch_begin_touch()
|