Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DDisplayEventDispatcher.cpp137 bool gotVsync = false; in processPendingEvents() local
149 gotVsync = true; in processPendingEvents()
183 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()