Searched refs:getVsyncPeriodFromHWC (Results 1 – 5 of 5) sorted by relevance
206 nsecs_t getVsyncPeriodFromHWC() const;
203 nsecs_t DisplayDevice::getVsyncPeriodFromHWC() const { in getVsyncPeriodFromHWC() function in android::DisplayDevice
1107 nsecs_t getVsyncPeriodFromHWC() const REQUIRES(mStateLock);
2196 nsecs_t SurfaceFlinger::getVsyncPeriodFromHWC() const { in getVsyncPeriodFromHWC() function in android::SurfaceFlinger2198 return display->getVsyncPeriodFromHWC(); in getVsyncPeriodFromHWC()6432 StringAppendF(&result, "%" PRId64 "\n", getVsyncPeriodFromHWC()); in dumpStats()6496 dispSyncPresentTimeOffset, getVsyncPeriodFromHWC()); in dumpScheduler()
4117 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onCompositionPresented()