Home
last modified time | relevance | path

Searched refs:vsync_base_timestamp (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp70 int64_t vsync_base_timestamp; member
95 int64_t base_timestamp = pdev->vsync_base_timestamp; in hwc_vsync_thread()
532 dev->vsync_data.vsync_base_timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in cvd_hwc_open()
551 dev->vsync_data.vsync_base_timestamp, std::move(screen_view)); in cvd_hwc_open()
Dstats_keeper.h187 StatsKeepingComposer(int64_t vsync_base_timestamp, in StatsKeepingComposer() argument
195 vsync_base_timestamp, 1e9 / composer_.refresh_rate()) {}