Searched refs:displayFrameJankType (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/FrameTimeline/ |
H A D | FrameTimeline.cpp | 493 void SurfaceFrame::classifyJankLocked(int32_t displayFrameJankType, const Fps& refreshRate, in classifyJankLocked() argument 567 if (displayFrameJankType != JankType::None) { in classifyJankLocked() 569 mJankType |= displayFrameJankType; in classifyJankLocked() 589 mJankType |= displayFrameJankType; in classifyJankLocked() 594 void SurfaceFrame::onPresent(nsecs_t presentTime, int32_t displayFrameJankType, Fps refreshRate, in onPresent() argument 606 classifyJankLocked(displayFrameJankType, refreshRate, deadlineDelta); in onPresent()
|
H A D | FrameTimeline.h | 191 void onPresent(nsecs_t presentTime, int32_t displayFrameJankType, Fps refreshRate, 222 void classifyJankLocked(int32_t displayFrameJankType, const Fps& refreshRate,
|