Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DVsyncThread.cpp45 uint64_t lastTimeUs = ~0ULL; in threadFunc() local
53 if (lastTimeUs == ~0ULL) { in threadFunc()
57 periodUs * ((currentUs - lastTimeUs) / periodUs + 1) + in threadFunc()
58 lastTimeUs; in threadFunc()
63 lastTimeUs = phasedWaitTimeUs; in threadFunc()