OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_vsync
(Results
1 - 4
of
4
) sorted by null
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
stats_keeper.cpp
73
TimeDifferenceToTimeSpec(last_composition_stats_.
last_vsync
.SinceEpoch(),
74
&stats_p->
last_vsync
);
108
int64_t
last_vsync
=
local
110
last_vsync
-= (
last_vsync
- vsync_base_) % vsync_period_;
111
last_composition_stats_.
last_vsync
=
112
MonotonicTimePoint() + Nanoseconds(
last_vsync
);
stats_keeper.h
70
cvd::time::MonotonicTimePoint
last_vsync
;
member in struct:cvd::HWCCompositionStats
/device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h
44
TimeSpec
last_vsync
;
member in struct:vsoc::layout::screen::CompositionStats
/external/devlib/devlib/utils/
rendering.py
198
last_vsync
= 0
210
if entries[1] <=
last_vsync
:
212
last_vsync
= entries[1]
Completed in 167 milliseconds