Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp119 bool gotVsync = false; in processPendingEvents() local
130 gotVsync = true; in processPendingEvents()
150 return gotVsync; in processPendingEvents()
/frameworks/base/libs/input/
DPointerController.cpp499 bool gotVsync = false; in handleEvent() local
507 gotVsync = true; in handleEvent()
511 if (gotVsync) { in handleEvent()