Searched refs:vsyncPeriod (Results 1 – 8 of 8) sorted by relevance
66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate()); in calculateAppSurfaceFlingerVsyncOffsetMs() local67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS); in calculateAppSurfaceFlingerVsyncOffsetMs()
26 nsecs_t vsyncPeriod{0};
360 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod); in updateVsync()362 mVsyncPeriod = stats.vsyncPeriod; in updateVsync()
154 Builder& setVsyncPeriod(int32_t vsyncPeriod) { in setVsyncPeriod() argument155 mConfig->mVsyncPeriod = vsyncPeriod; in setVsyncPeriod()
277 auto vsyncPeriod = getActiveConfig(displayId)->getVsyncPeriod(); in getRefreshTimestamp() local278 return now - ((now - mLastHwVSync[displayId]) % vsyncPeriod); in getRefreshTimestamp()
164 *outRefreshDuration = stats.vsyncPeriod; in getDisplayRefreshCycleDuration()
927 stats->vsyncPeriod = mPrimaryDispSync.getPeriod(); in getDisplayStats()