Searched refs:last_vsync_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Dvsync_service.cpp28 last_vsync_(0),
42 last_vsync_ = current_vsync_;
159 if (current_vsync_ == 0 || last_vsync_ == 0) {
160 // Handle startup when current_vsync_ or last_vsync_ are 0.
169 vsync_period_ns = current_vsync_ - last_vsync_;
170 // Clamp the period, because when there are no surfaces the last_vsync_
H A Dvsync_service.h89 int64_t last_vsync_; member in class:android::dvr::VSyncService

Completed in 86 milliseconds