Lines Matching refs:getVsyncPeriod
621 mScheduler->makeResyncCallback(std::bind(&SurfaceFlinger::getVsyncPeriod, this));
716 return getVsyncPeriod();
874 info.fps = 1e9 / hwConfig->getVsyncPeriod();
891 info.presentationDeadline = hwConfig->getVsyncPeriod() - offset.late.sf + 1000000;
942 mScheduler->resyncToHardwareVsync(true, getVsyncPeriod());
978 mScheduler->resyncToHardwareVsync(true, getVsyncPeriod());
1247 mScheduler->makeResyncCallback(std::bind(&SurfaceFlinger::getVsyncPeriod, this));
1370 return getVsyncPeriod();
1420 nsecs_t SurfaceFlinger::getVsyncPeriod() const {
1427 return config ? config->getVsyncPeriod() : 0;
1608 const nsecs_t vsyncPeriod = getVsyncPeriod();
4392 const nsecs_t vsyncPeriod = getVsyncPeriod();
4434 mScheduler->resyncToHardwareVsync(true, getVsyncPeriod());
4467 mScheduler->resyncToHardwareVsync(true, getVsyncPeriod());
4586 StringAppendF(&result, "%" PRId64 "\n", getVsyncPeriod());
4643 dispSyncPresentTimeOffset, getVsyncPeriod());
4951 1e9 / activeConfig->getVsyncPeriod(), activeConfig->getDpiX(),