Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h777 std::atomic<nsecs_t> mLastSwapTime; variable
DSurfaceFlinger_hwc1.cpp152 mLastSwapTime(0), in SurfaceFlinger()
1033 if (systemTime() - mLastSwapTime > kIgnoreDelay) { in resyncWithRateLimit()
1337 nsecs_t elapsedTime = currentTime - mLastSwapTime; in postComposition()
1346 mLastSwapTime = currentTime; in postComposition()
DSurfaceFlinger.cpp173 mLastSwapTime(0), in SurfaceFlinger()
1705 nsecs_t elapsedTime = currentTime - mLastSwapTime; in postComposition()
1714 mLastSwapTime = currentTime; in postComposition()