Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp117 bool gotVsync = false; in processPendingEvents() local
128 gotVsync = true; in processPendingEvents()
145 return gotVsync; in processPendingEvents()
/frameworks/base/libs/input/
DPointerController.cpp474 bool gotVsync = false; in handleEvent() local
482 gotVsync = true; in handleEvent()
486 if (gotVsync) { in handleEvent()