Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h204 void onPresent(nsecs_t presentTime, int32_t displayFrameJankType, Fps refreshRate,
239 void classifyJankLocked(int32_t displayFrameJankType, const Fps& refreshRate,
DFrameTimeline.cpp545 void SurfaceFrame::classifyJankLocked(int32_t displayFrameJankType, const Fps& refreshRate, in classifyJankLocked() argument
639 if (displayFrameJankType != JankType::None) { in classifyJankLocked()
641 mJankType |= displayFrameJankType; in classifyJankLocked()
661 mJankType |= displayFrameJankType; in classifyJankLocked()
672 void SurfaceFrame::onPresent(nsecs_t presentTime, int32_t displayFrameJankType, Fps refreshRate, in onPresent() argument
681 classifyJankLocked(displayFrameJankType, refreshRate, displayFrameRenderRate, &deadlineDelta); in onPresent()