Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1432 const int64_t kOneRefreshNs = mDisplay.mVsyncPeriod; in threadLoop() local
1443 phasedWaitNs = currentNs + kOneRefreshNs; in threadLoop()
1445 phasedWaitNs = kOneRefreshNs * in threadLoop()
1446 (( currentNs - lastTimeNs) / kOneRefreshNs + 1) + in threadLoop()