Home
last modified time | relevance | path

Searched refs:getVsyncPeriodFromHWC (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h206 nsecs_t getVsyncPeriodFromHWC() const;
DDisplayDevice.cpp203 nsecs_t DisplayDevice::getVsyncPeriodFromHWC() const { in getVsyncPeriodFromHWC() function in android::DisplayDevice
DSurfaceFlinger.h1107 nsecs_t getVsyncPeriodFromHWC() const REQUIRES(mStateLock);
DSurfaceFlinger.cpp2196 nsecs_t SurfaceFlinger::getVsyncPeriodFromHWC() const { in getVsyncPeriodFromHWC() function in android::SurfaceFlinger
2198 return display->getVsyncPeriodFromHWC(); in getVsyncPeriodFromHWC()
6432 StringAppendF(&result, "%" PRId64 "\n", getVsyncPeriodFromHWC()); in dumpStats()
6496 dispSyncPresentTimeOffset, getVsyncPeriodFromHWC()); in dumpScheduler()
DLayer.cpp4117 const nsecs_t vsyncPeriod = display->getVsyncPeriodFromHWC(); in onCompositionPresented()