Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp375 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()
DFrameTimeline.h276 nsecs_t mLastLatchTime GUARDED_BY(mMutex) = 0;
/frameworks/native/services/surfaceflinger/
DLayer.h1098 nsecs_t mLastLatchTime = 0; variable
DLayer.cpp849 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in commitTransaction()
1419 surfaceFrame->setPresentState(PresentState::Presented, mLastLatchTime); in addSurfaceFramePresentedForBuffer()
4441 mLastLatchTime = latchTime; in updateLastLatchTime()