Searched refs:getVsyncPeriod (Results 1 – 7 of 7) sorted by relevance
61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; }; in getVsyncPeriod() function
301 uint64_t getVsyncPeriod() { return mVsyncPeriod; }; in getVsyncPeriod() function
870 mExynosDisplay->getVsyncPeriod(mExynosDisplay->mPendingConfig); in Callback()871 int64_t activePeriodNs = mExynosDisplay->getVsyncPeriod(mExynosDisplay->mActiveConfig); in Callback()
1424 VsyncPeriodNanos getVsyncPeriod(const int32_t config);
6911 VsyncPeriodNanos ExynosDisplay::getVsyncPeriod(const int32_t config) { in getVsyncPeriod() function in ExynosDisplay
1555 int32_t getVsyncPeriod() { in getVsyncPeriod() function in aidl::android::hardware::graphics::composer3::vts::GraphicsComposerAidlCommandTest1687 const auto vsyncPeriod = getVsyncPeriod(); in Test_expectedPresentTime()
131 ctx->dpyAttr[dpy].vsync_period = ctx->mHDMIDisplay->getVsyncPeriod(); in updateDisplayInfo()