Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp28 last_vsync_(0), in VSyncService()
41 last_vsync_ = current_vsync_; in VSyncEvent()
158 if (current_vsync_ == 0 || last_vsync_ == 0) { in OnGetSchedInfo()
168 vsync_period_ns = current_vsync_ - last_vsync_; in OnGetSchedInfo()
Dvsync_service.h90 int64_t last_vsync_; variable