Home
last modified time | relevance | path

Searched defs:getVsyncPeriod (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DDeviceInfo.h42 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplayMode.h120 nsecs_t getVsyncPeriod() const { return mFps.getPeriodNsecs(); } in getVsyncPeriod() function
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateConfigs.h71 nsecs_t getVsyncPeriod() const { return mode->getVsyncPeriod(); } in getVsyncPeriod() function
DScheduler.cpp272 auto getVsyncPeriod = makeGetVsyncPeriodFunction(); in createConnection() local
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp353 nsecs_t VideoFrameSchedulerBase::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameSchedulerBase
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp169 const auto getVsyncPeriod = [](uid_t uid) { in createThread() local