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

  /frameworks/base/core/java/com/android/internal/view/
SurfaceFlingerVsyncChoreographer.java 66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate());
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod();
278 return now - ((now - mLastHwVSync[displayId]) % vsyncPeriod);

Completed in 1040 milliseconds