Home
last modified time | relevance | path

Searched refs:syncEvents (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c257 EventSyncInfoRec syncEvents; variable
499 (syncEvents.playingEvents) ? syncEvents.time. in SyntheticMotion()
882 if (syncEvents.playingEvents) { in ConfineCursorToWindow()
969 if (syncEvents.playingEvents) in PostNewCursor()
1089 if (!syncEvents.playingEvents) in NoticeEventTime()
1140 if (!xorg_list_is_empty(&syncEvents.pending)) in EnqueueEvent()
1141 tail = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in EnqueueEvent()
1205 xorg_list_append(&qe->next, &syncEvents.pending); in EnqueueEvent()
1226 xorg_list_for_each_entry_safe(qe, tmp, &syncEvents.pending, next) { in PlayReleasedEvents()
1232 syncEvents.time.months = qe->months; in PlayReleasedEvents()
[all …]
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1876 assert(xorg_list_is_empty(&syncEvents.pending)); in dix_enqueue_events()
1889 assert(!xorg_list_is_empty(&syncEvents.pending)); in dix_enqueue_events()
1890 qe = xorg_list_last_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
1892 qe = xorg_list_first_entry(&syncEvents.pending, QdEventRec, next); in dix_enqueue_events()
1899 assert(!xorg_list_is_empty(&syncEvents.pending)); in dix_enqueue_events()
1903 assert(xorg_list_is_empty(&syncEvents.pending)); in dix_enqueue_events()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h657 extern EventSyncInfoRec syncEvents;
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1753 if (DeviceEventCallback && !syncEvents.playingEvents) { in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog76127 the real touch end event, which may be stuck in the syncEvents queue. If
79927 dix: don't retrieve the syncEvents tail on an empty list
79929 An empty list points to itself but syncEvents has the list head only and is
80282 dix: don't retrieve the syncEvents tail on an empty list
80284 An empty list points to itself but syncEvents has the list head only and is
115010 This required a tiny amount of code motion to expose syncEvents.
132974 events in syncEvents are InternalEvents only now.
160090 dix: add comments to ComputeFreezes() and syncEvents struct.