Home
last modified time | relevance | path

Searched refs:PredictionError (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DJankInfo.h34 PredictionError = 0x10, enumerator
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp123 if (jankType & JankType::PredictionError) { in jankTypeBitmaskToString()
125 jankType &= ~JankType::PredictionError; in jankTypeBitmaskToString()
247 if (jankType & JankType::PredictionError) { in jankTypeBitmaskToProto()
249 jankType &= ~JankType::PredictionError; in jankTypeBitmaskToProto()
543 mJankType = JankType::PredictionError; in classifyJankLocked()
581 mJankType |= JankType::PredictionError; in classifyJankLocked()
943 mJankType = JankType::PredictionError; in classifyJank()
972 mJankType = JankType::PredictionError; in classifyJank()
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp618 JankType::PredictionError, -4, 5, in TEST_F()
636 EXPECT_EQ(surfaceFrame1->getJankType(), JankType::PredictionError); in TEST_F()
1502 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F()
1542 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F()
1711 JankType::PredictionError, -3, 5, 0})); in TEST_F()
1719 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F()
1725 EXPECT_EQ(presentedSurfaceFrame2.getJankType(), JankType::PredictionError); in TEST_F()
1791 JankType::PredictionError, -3, 5, 0})); in TEST_F()
1799 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F()
1805 EXPECT_EQ(presentedSurfaceFrame2.getJankType(), JankType::PredictionError); in TEST_F()
DTimeStatsTest.cpp341 kGameMode, JankType::PredictionError, 1, 2, 3}); in TEST_F()
896 kGameMode, JankType::PredictionError, 1, 2, 3}); in TEST_F()
1072 kGameMode, JankType::PredictionError, DISPLAY_DEADLINE_DELTA, in TEST_F()
1211 TimeStatsHelper::GameModeStandard, JankType::PredictionError, in TEST_F()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp773 JankType::AppDeadlineMissed | JankType::PredictionError |
794 if ((reasons & JankType::PredictionError) != 0) { in updateJankPayload()