Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.h42 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod() function
/aosp12/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; }; in getVsyncPeriod() function
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplayMode.h127 nsecs_t getVsyncPeriod() const { return mFps.getPeriodNsecs(); } in getVsyncPeriod() function
/aosp12/frameworks/av/media/libstagefright/
H A DVideoFrameSchedulerBase.cpp353 nsecs_t VideoFrameSchedulerBase::getVsyncPeriod() { in getVsyncPeriod() function in android::VideoFrameSchedulerBase
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DRefreshRateConfigs.h71 nsecs_t getVsyncPeriod() const { return mode->getVsyncPeriod(); } in getVsyncPeriod() function
H A DScheduler.cpp270 auto getVsyncPeriod = makeGetVsyncPeriodFunction(); in createConnection() local
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp169 const auto getVsyncPeriod = [](uid_t uid) { in createThread() local
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.h236 uint64_t getVsyncPeriod() { return mVsyncPeriod; }; in getVsyncPeriod() function