OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastDropVsync
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderthread/
CanvasContext.h
212
nsecs_t
mLastDropVsync
= 0;
CanvasContext.cpp
299
|| (latestVsync -
mLastDropVsync
) < 500_ms) {
307
mLastDropVsync
= mRenderThread.timeLord().latestVsync();
Completed in 404 milliseconds