Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp1436 int64_t currentNs = 0; in threadLoop() local
1440 currentNs = rt.tv_nsec + rt.tv_sec * kOneSecondNs; in threadLoop()
1443 phasedWaitNs = currentNs + kOneRefreshNs; in threadLoop()
1446 (( currentNs - lastTimeNs) / kOneRefreshNs + 1) + in threadLoop()