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),
41
last_vsync_ =
current_vsync_
;
42
current_vsync_
= timestamp_ns;
93
(*first)->Notify(
current_vsync_
);
143
return {
current_vsync_
};
158
if (
current_vsync_
== 0 || last_vsync_ == 0) {
159
// Handle startup when
current_vsync_
or last_vsync_ are 0.
168
vsync_period_ns =
current_vsync_
- last_vsync_;
173
next_warp =
current_vsync_
+ vsync_period_ns - compositor_time_ns_;
vsync_service.h
91
int64_t
current_vsync_
;
member in class:android::dvr::VSyncService
Completed in 58 milliseconds