Lines Matching refs:mJankClassificationThresholds

343         mJankClassificationThresholds(thresholds),
584 if (deadlineDelta > mJankClassificationThresholds.deadlineThreshold) { in classifyJankLocked()
590 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()
608 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()
610 mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()
646 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJankLocked()
648 mJankClassificationThresholds.presentThreshold) { in classifyJankLocked()
848 mJankClassificationThresholds(thresholds) { in FrameTimeline()
874 mJankClassificationThresholds, &mTraceCookieCounter, in createSurfaceFrameForToken()
883 mTimeStats, mJankClassificationThresholds, in createSurfaceFrameForToken()
889 mJankClassificationThresholds, &mTraceCookieCounter, in createSurfaceFrameForToken()
899 mJankClassificationThresholds(thresholds), in DisplayFrame()
935 mCurrentDisplayFrame = std::make_shared<DisplayFrame>(mTimeStats, mJankClassificationThresholds, in onCommitNotComposited()
1013 if (std::abs(presentDelta) > mJankClassificationThresholds.presentThreshold) { in classifyJank()
1032 mJankClassificationThresholds.startThreshold) { in classifyJank()
1044 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()
1046 mJankClassificationThresholds.presentThreshold)) { in classifyJank()
1064 mJankClassificationThresholds.presentThreshold || in classifyJank()
1073 if (deltaToVsync < mJankClassificationThresholds.presentThreshold || in classifyJank()
1075 mJankClassificationThresholds.presentThreshold)) { in classifyJank()
1088 mJankClassificationThresholds.presentThreshold) { in classifyJank()
1420 mCurrentDisplayFrame = std::make_shared<DisplayFrame>(mTimeStats, mJankClassificationThresholds, in finalizeCurrentDisplayFrame()