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
148 gotVsync = true; in processPendingEvents()
169 return gotVsync; in processPendingEvents()
/frameworks/base/libs/input/
DPointerController.cpp504 bool gotVsync = false; in handleEvent() local
512 gotVsync = true; in handleEvent()
516 if (gotVsync) { in handleEvent()