Home
last modified time | relevance | path

Searched refs:last_vsync (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dstats_keeper.cpp73 TimeDifferenceToTimeSpec(last_composition_stats_.last_vsync.SinceEpoch(), in GetLastCompositionStats()
74 &stats_p->last_vsync); in GetLastCompositionStats()
108 int64_t last_vsync = in RecordPrepareStart() local
110 last_vsync -= (last_vsync - vsync_base_) % vsync_period_; in RecordPrepareStart()
111 last_composition_stats_.last_vsync = in RecordPrepareStart()
112 MonotonicTimePoint() + Nanoseconds(last_vsync); in RecordPrepareStart()
Dstats_keeper.h70 cvd::time::MonotonicTimePoint last_vsync; member
/device/google/cuttlefish_common/common/vsoc/shm/
Dscreen_layout.h44 TimeSpec last_vsync; member