Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp1001 nsecs_t combinedEndTime = mSurfaceFlingerActuals.endTime; in classifyJank() local
1003 combinedEndTime = std::max(combinedEndTime, mGpuFence->getSignalTime()); in classifyJank()
1005 deadlineDelta = combinedEndTime - mSurfaceFlingerPredictions.endTime; in classifyJank()
1025 if (combinedEndTime > mSurfaceFlingerPredictions.endTime) { in classifyJank()