Searched refs:PredictionError (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | JankInfo.h | 34 PredictionError = 0x10, enumerator
|
/frameworks/native/services/surfaceflinger/FrameTimeline/ |
D | FrameTimeline.cpp | 124 if (jankType & JankType::PredictionError) { in jankTypeBitmaskToString() 126 jankType &= ~JankType::PredictionError; in jankTypeBitmaskToString() 252 if (jankType & JankType::PredictionError) { in jankTypeBitmaskToProto() 254 jankType &= ~JankType::PredictionError; in jankTypeBitmaskToProto() 615 mJankType = JankType::PredictionError; in classifyJankLocked() 653 mJankType |= JankType::PredictionError; in classifyJankLocked() 1053 mJankType = JankType::PredictionError; in classifyJank() 1082 mJankType = JankType::PredictionError; in classifyJank()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | FrameTimelineTest.cpp | 731 JankType::PredictionError, -4, 5, in TEST_F() 752 EXPECT_EQ(surfaceFrame1->getJankType(), JankType::PredictionError); in TEST_F() 1831 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F() 1873 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F() 2055 JankType::PredictionError, -3, 5, in TEST_F() 2064 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F() 2071 EXPECT_EQ(presentedSurfaceFrame2.getJankType(), JankType::PredictionError); in TEST_F() 2145 JankType::PredictionError, -3, 5, in TEST_F() 2154 EXPECT_EQ(displayFrame2->getJankType(), JankType::PredictionError); in TEST_F() 2161 EXPECT_EQ(presentedSurfaceFrame2.getJankType(), JankType::PredictionError); in TEST_F()
|
D | TimeStatsTest.cpp | 345 kGameMode, JankType::PredictionError, 1, 2, 3}); in TEST_F() 954 kGameMode, JankType::PredictionError, 1, 2, 3}); in TEST_F() 1130 kGameMode, JankType::PredictionError, DISPLAY_DEADLINE_DELTA, in TEST_F() 1268 GameMode::Standard, JankType::PredictionError, in TEST_F()
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.cpp | 770 JankType::AppDeadlineMissed | JankType::PredictionError | 791 if ((reasons & JankType::PredictionError) != 0) { in updateJankPayload()
|