Searched refs:mLastWallTime (Results 1 – 2 of 2) sorted by relevance
71 const nsecs_t lastWallTime = mLastWallTime; in isDirty()73 mLastWallTime = currentTime; in isDirty()276 mLastWallTime = 0; in drawStaging()288 if (mLastWallTime == 0) { in drawStaging()294 mCurrentTime += currentTime - mLastWallTime; in drawStaging()297 mLastWallTime = currentTime; in drawStaging()
138 nsecs_t mLastWallTime = 0; variable