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

  /frameworks/native/include/ui/
DisplayStatInfo.h 26 nsecs_t vsyncPeriod;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 314 auto vsyncPeriod = getActiveConfig(disp)->getVsyncPeriod();
315 return now - ((now - mLastHwVSync[disp]) % vsyncPeriod);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java 340 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate());
341 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS);
    [all...]

Completed in 78 milliseconds