OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_vsync_
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libvrflinger/
vsync_service.cpp
29
current_vsync_
(0),
42
last_vsync_ =
current_vsync_
;
43
current_vsync_
= timestamp_ns;
95
(*first)->Notify(
current_vsync_
);
144
return {
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_;
174
next_warp =
current_vsync_
+ vsync_period_ns - compositor_time_ns_;
vsync_service.h
90
int64_t
current_vsync_
;
member in class:android::dvr::VSyncService
Completed in 152 milliseconds