Searched refs:mLastLatchTime (Results 1 – 4 of 4) sorted by relevance
375 mLastLatchTime = lastLatchTime; in setPresentState()516 std::max(static_cast<int64_t>(0), mLastLatchTime - baseTime)); in dump()622 if (mLastLatchTime != 0 && mPredictions.endTime <= mLastLatchTime) { in classifyJankLocked()630 nsecs_t adjustedDeadline = mLastLatchTime + refreshRate.getPeriodNsecs(); in classifyJankLocked()
276 nsecs_t mLastLatchTime GUARDED_BY(mMutex) = 0;
1098 nsecs_t mLastLatchTime = 0; variable
849 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in commitTransaction()1419 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in addSurfaceFramePresentedForBuffer()4441 mLastLatchTime = latchTime; in updateLastLatchTime()