Home
last modified time | relevance | path

Searched refs:getVsyncPeriod (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; }; in getVsyncPeriod() function
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h301 uint64_t getVsyncPeriod() { return mVsyncPeriod; }; in getVsyncPeriod() function
DExynosDisplayDrmInterface.cpp870 mExynosDisplay->getVsyncPeriod(mExynosDisplay->mPendingConfig); in Callback()
871 int64_t activePeriodNs = mExynosDisplay->getVsyncPeriod(mExynosDisplay->mActiveConfig); in Callback()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1424 VsyncPeriodNanos getVsyncPeriod(const int32_t config);
DExynosDisplay.cpp6911 VsyncPeriodNanos ExynosDisplay::getVsyncPeriod(const int32_t config) { in getVsyncPeriod() function in ExynosDisplay
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_TargetTest.cpp1555 int32_t getVsyncPeriod() { in getVsyncPeriod() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlCommandTest
1687 const auto vsyncPeriod = getVsyncPeriod(); in Test_expectedPresentTime()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod(); in updateDisplayInfo()