Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvsync_service.cpp31 current_vsync_count_(0) {} in VSyncService()
44 current_vsync_count_ = vsync_count; in VSyncEvent()
154 uint32_t next_vsync_count = current_vsync_count_ + 1; in OnGetSchedInfo()
Dvsync_service.h93 uint32_t current_vsync_count_; variable