Home
last modified time | relevance | path

Searched refs:PRIORITY_UNSET (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameRateSelectionPriorityTest.cpp53 static constexpr int32_t PRIORITY_UNSET = -1; member in android::RefreshRateSelectionTest
114 ASSERT_EQ(PRIORITY_UNSET, mParent->getFrameRateSelectionPriority()); in TEST_F()
115 ASSERT_EQ(PRIORITY_UNSET, mChild->getFrameRateSelectionPriority()); in TEST_F()
116 ASSERT_EQ(PRIORITY_UNSET, mGrandChild->getFrameRateSelectionPriority()); in TEST_F()
121 ASSERT_EQ(PRIORITY_UNSET, mParent->getFrameRateSelectionPriority()); in TEST_F()
122 ASSERT_EQ(PRIORITY_UNSET, mChild->getFrameRateSelectionPriority()); in TEST_F()
128 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
130 ASSERT_EQ(PRIORITY_UNSET, mParent->getFrameRateSelectionPriority()); in TEST_F()
137 mChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
139 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
[all …]
DFpsReporterTest.cpp79 static constexpr int32_t PRIORITY_UNSET = -1; member in android::FpsReporterTest
DLayerSnapshotTest.cpp577 EXPECT_EQ(getSnapshot({.id = 1})->frameRateSelectionPriority, Layer::PRIORITY_UNSET); in TEST_F()
588 EXPECT_EQ(getSnapshot({.id = 1})->frameRateSelectionPriority, Layer::PRIORITY_UNSET); in TEST_F()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp117 frameRateSelectionPriority = Layer::PRIORITY_UNSET; in RequestedLayerState()
DLayerSnapshotBuilder.cpp866 (requested.frameRateSelectionPriority == Layer::PRIORITY_UNSET) in updateSnapshot()
/frameworks/native/services/surfaceflinger/
DLayer.h86 static constexpr int32_t PRIORITY_UNSET = -1;
DLayer.cpp190 mDrawingState.frameRateSelectionPriority = PRIORITY_UNSET; in Layer()
1150 if (mDrawingState.frameRateSelectionPriority != PRIORITY_UNSET) { in getFrameRateSelectionPriority()
1159 return Layer::PRIORITY_UNSET; in getFrameRateSelectionPriority()