Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp448 mVsyncPeriod(1000*1000*1000/getVsyncPeriodFromProperty()), // vsync is 60 hz in Display()
1295 newConfig->setAttribute(Attribute::VsyncPeriod, mVsyncPeriod); in populatePrimaryConfigs()
1335 newConfig->setAttribute(Attribute::VsyncPeriod, mVsyncPeriod); in populateSecondaryConfigs()
1431 wait_time.tv_nsec = mDisplay.mVsyncPeriod; in threadLoop()
1432 const int64_t kOneRefreshNs = mDisplay.mVsyncPeriod; in threadLoop()
DEmuHWC2.h357 uint32_t mVsyncPeriod; variable