Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Dvsyncworker.cpp48 last_timestamp_(-1) { in VSyncWorker()
71 last_timestamp_ = -1; in VSyncControl()
101 if (last_timestamp_ < 0) { in GetPhasedVSync()
106 expect = frame_ns * ((current - last_timestamp_) / frame_ns + 1) + last_timestamp_; in GetPhasedVSync()
212 if (last_timestamp_ >= 0) { in Routine()
213 int64_t period = timestamp - last_timestamp_; in Routine()
218 last_timestamp_ = timestamp; in Routine()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Dvsyncworker.h63 int64_t last_timestamp_; variable