Searched refs:JankClassificationThresholds (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.h | 107 struct JankClassificationThresholds { struct 168 std::shared_ptr<TimeStats> timeStats, JankClassificationThresholds thresholds, 262 const JankClassificationThresholds mJankClassificationThresholds; 403 DisplayFrame(std::shared_ptr<TimeStats> timeStats, JankClassificationThresholds thresholds, 470 const JankClassificationThresholds mJankClassificationThresholds; 500 JankClassificationThresholds thresholds = {}, bool useBootTimeClock = true, 555 const JankClassificationThresholds mJankClassificationThresholds;
|
H A D | FrameTimeline.cpp | 344 JankClassificationThresholds thresholds, in SurfaceFrame() 915 JankClassificationThresholds thresholds, bool useBootTimeClock, in FrameTimeline() 970 JankClassificationThresholds thresholds, in DisplayFrame()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FrameTimelineTest.cpp | 208 static constexpr JankClassificationThresholds kTestThresholds{kPresentThreshold,
|