Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp41 JankType type;
48 Comparison{JankType::kMissedVsync, [](nsecs_t) { return 1; }, FrameInfoIndex::IntendedVsync, in __anonf38a02a80102()
51 Comparison{JankType::kSlowUI,
55 Comparison{JankType::kSlowSync,
59 Comparison{JankType::kSlowRT,
150 mData->reportJankType(JankType::kHighInputLatency); in finishFrame()
151 (*mGlobalData)->reportJankType(JankType::kHighInputLatency); in finishFrame()
156 mData->reportJankType(JankType::kMissedDeadline); in finishFrame()
157 (*mGlobalData)->reportJankType(JankType::kMissedDeadline); in finishFrame()
DProfileData.h30 enum JankType { enum
60 void reportJankType(JankType type) { mJankTypeCounts[static_cast<int>(type)]++; } in reportJankType()
65 uint32_t jankTypeCount(JankType type) const { return mJankTypeCounts[static_cast<int>(type)]; } in jankTypeCount()