Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DDisplayEventDispatcher.cpp118 bool gotVsync = false; in processPendingEvents() local
129 gotVsync = true; in processPendingEvents()
146 return gotVsync; in processPendingEvents()
/frameworks/base/libs/input/
DPointerController.cpp494 bool gotVsync = false; in handleEvent() local
502 gotVsync = true; in handleEvent()
506 if (gotVsync) { in handleEvent()