Home
last modified time | relevance | path

Searched refs:gotVsync (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp161 bool gotVsync = false; in processPendingEvents() local
173 gotVsync = true; in processPendingEvents()
223 return gotVsync; in processPendingEvents()
/frameworks/base/libs/input/
DPointerControllerContext.cpp181 bool gotVsync = false; in handleVsyncEvents() local
189 gotVsync = true; in handleVsyncEvents()
193 if (gotVsync) { in handleVsyncEvents()