Home
last modified time | relevance | path

Searched refs:TimerSet (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbAccessX.c372 xkbi->repeatKeyTimer = TimerSet(xkbi->repeatKeyTimer, in AccessXSlowKeyExpire()
471 xkbi->krgTimer = TimerSet(xkbi->krgTimer, 0, 4000, in AccessXFilterPressEvent()
476 xkbi->krgTimer = TimerSet(xkbi->krgTimer, 0, 8000, in AccessXFilterPressEvent()
491 xkbi->krgTimer = TimerSet(xkbi->krgTimer, 0, 0, NULL, NULL); in AccessXFilterPressEvent()
517 xkbi->slowKeysTimer = TimerSet(xkbi->slowKeysTimer, in AccessXFilterPressEvent()
548 xkbi->repeatKeyTimer = TimerSet(xkbi->repeatKeyTimer, in AccessXFilterPressEvent()
610 xkbi->bounceKeysTimer = TimerSet(xkbi->bounceKeysTimer, 0, in AccessXFilterReleaseEvent()
657 xkbi->krgTimer = TimerSet(xkbi->krgTimer, 0, in AccessXFilterReleaseEvent()
663 xkbi->krgTimer = TimerSet(xkbi->krgTimer, 0, 0, NULL, NULL); in AccessXFilterReleaseEvent()
H A DddxBeep.c345 xkbInfo->beepTimer = TimerSet(xkbInfo->beepTimer, in XkbDDXAccessXBeep()
H A DxkbActions.c545 xkbi->mouseKeyTimer = TimerSet(xkbi->mouseKeyTimer, 0, in _XkbFilterPointerMove()
553 xkbi->mouseKeyTimer = TimerSet(xkbi->mouseKeyTimer, 0, 0, in _XkbFilterPointerMove()
/OK3568_Linux_fs/external/xserver/os/
H A DWaitFor.c278 TimerSet(timer, 0, newTime, timer->callback, timer->arg); in DoTimer()
296 TimerSet(OsTimerPtr timer, int flags, CARD32 millis, in TimerSet() function
523 ScreenSaverTimer = TimerSet(ScreenSaverTimer, 0, timeout,
H A Dxdmcp.c581 xdmcp_timer = TimerSet(NULL, 0, 0, XdmcpTimerNotify, NULL); in xdmcp_reset()
635 TimerSet(xdmcp_timer, 0, XDM_DEF_DORMANCY * 1000, XdmcpTimerNotify, NULL); in XdmcpOpenDisplay()
792 TimerSet(xdmcp_timer, 0, rtx * 1000, XdmcpTimerNotify, NULL); in send_packet()
1313 TimerSet(xdmcp_timer, 0, XDM_DEF_DORMANCY * 1000, XdmcpTimerNotify, NULL); in recv_alive_msg()
H A Dlog.c970 auditTimer = TimerSet(auditTimer, 0, AUDIT_TIMEOUT, AuditFlush, NULL); in VAuditF()
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c115 bus_info.timer = TimerSet(NULL, 0, 1, reconnect_timer, NULL); in message_filter()
229 bus_info.timer = TimerSet(NULL, 0, 1, reconnect_timer, NULL); in dbus_core_init()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxsync.c196 dmxSyncTimer = TimerSet(dmxSyncTimer, 0, dmxSyncInterval, in dmxSync()
H A Ddmxstat.c236 dmxStatTimer = TimerSet(NULL, 0, in dmxStatInit()
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_fake.c109 fake_vblank->timer = TimerSet(NULL, 0, delay, present_fake_do_timer, fake_vblank); in present_fake_queue_vblank()
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c188 ac->timer = TimerSet(ac->timer, 0, ac->elts[0].delay, in AnimCurDisplayCursor()
335 ac->timer = TimerSet(NULL, 0, 0, AnimCurTimerNotify, NULL); in AnimCursorCreate()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c69 TimerSet(NULL, 0, ACPI_REOPEN_DELAY, lnxACPIReopen, NULL); in lnxACPIGetEventFromOs()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c105 xwl_present_window->frame_timer = TimerSet(xwl_present_window->frame_timer, in xwl_present_reset_timer()
H A Dxwayland.c1139 TimerSet(NULL, 0, 1, add_client_fd, xwl_screen); in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h202 extern _X_EXPORT OsTimerPtr TimerSet(OsTimerPtr timer,
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c594 screenRec->redisplay_timer = TimerSet(screenRec->redisplay_timer, in RootlessQueueRedisplay()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsecurity.c328 pAuth->timer = TimerSet(pAuth->timer, 0, in SecurityStartAuthorizationTimer()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog4046 calls TimerSet with the old xwl_present_window->frame_timer pointer
4049 Calling xwl_present_reset_timer explicitly passes NULL to TimerSet if
11008 then we'd have to call TimerSet to re-arm ourselves, and GetTimeInMillis
20829 #2 TimerSet WaitFor.c:343 (X11.bin+0x0001004926c2)
20890 #2 TimerSet WaitFor.c:348 (X11.bin+0x0001004926c2)
22029 by 0x586B19: TimerSet (WaitFor.c:433)
69523 Practical use-case: when synaptics calls TimerSet in the signal handler,
75859 If TimerSet() is called from a signal handler (synaptics tap handling code)
75860 may result in list corruption if we're currently inside TimerSet().
171433 Don't bother trying to be smart in TimerSet, we'll pick it up in
[all …]