Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_fake.c44 *ust = GetTimeInMicros(); in present_fake_get_ust_msc()
94 uint64_t now = GetTimeInMicros(); in present_fake_queue_vblank()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-present.c61 xwl_present_window->ust = GetTimeInMicros(); in xwl_present_window_get_priv()
206 xwl_present_window->ust = GetTimeInMicros(); in xwl_present_msc_bump()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h185 extern _X_EXPORT CARD64 GetTimeInMicros(void);
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c448 GetTimeInMicros(void) in GetTimeInMicros() function
483 GetTimeInMicros(void) in GetTimeInMicros() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3677 os: Fix GetTimeInMicros resolution
3681 the callers of GetTimeInMicros want.
3684 GetTimeInMicros did not share a clockid.
3686 Restore the clockid split to fix the granularity of GetTimeInMicros.
10414 os: Always return microseconds from GetTimeInMicros()
10416 When a monotonic clock is not available, GetTimeInMicros() returns the
57626 os: Actually use the computed clockid in GetTimeInMicros
57996 os: Add GetTimeInMicros