Home
last modified time | relevance | path

Searched refs:mVsyncPeriod (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DDeviceInfo.h44 static int64_t getVsyncPeriod() { return get()->mVsyncPeriod; } in getVsyncPeriod()
52 get()->mVsyncPeriod = static_cast<int64_t>(1000000000 / refreshRate); in setRefreshRate()
89 return mVsyncPeriod - (mPresentationDeadlineNanos - 1000000); in getCompositorOffsetInternal()
104 int64_t mVsyncPeriod = 16666666; variable
H A DDeviceInfo.cpp116 mVsyncPeriod = vsyncPeriod; in onRefreshRateChanged()