OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_vsync_
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp
28
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_
vsync_service.h
89
int64_t
last_vsync_
;
member in class:android::dvr::VSyncService
Completed in 74 milliseconds