HomeSort by relevance Sort by last modified time
    Searched refs:gotVsync (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp 118 bool gotVsync = false;
129 gotVsync = true;
146 return gotVsync;
  /frameworks/base/libs/input/
PointerController.cpp 498 bool gotVsync = false;
506 gotVsync = true;
510 if (gotVsync) {

Completed in 1235 milliseconds