Searched refs:mLastWallTime (Results 1 – 2 of 2) sorted by relevance
68 const nsecs_t lastWallTime = mLastWallTime; in isDirty()70 mLastWallTime = currentTime; in isDirty()239 mLastWallTime = 0; in drawStaging()251 if (mLastWallTime == 0) { in drawStaging()257 mCurrentTime += currentTime - mLastWallTime; in drawStaging()260 mLastWallTime = currentTime; in drawStaging()
135 nsecs_t mLastWallTime = 0; variable