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

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

Completed in 197 milliseconds