Home
last modified time | relevance | path

Searched defs:getJankType (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h419 int32_t getJankType() const { return mJankType; } in getJankType() function
DFrameTimeline.cpp409 std::optional<int32_t> SurfaceFrame::getJankType() const { in getJankType() function in android::frametimeline::SurfaceFrame