Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateSelectionTest.cpp60 static constexpr int32_t PRIORITY_UNSET = -1; member in android::RefreshRateSelectionTest
160 ASSERT_EQ(PRIORITY_UNSET, mChild->getFrameRateSelectionPriority()); in TEST_F()
173 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
183 mChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
185 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
213 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
222 mChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
224 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
252 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
261 mChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F()
[all …]
H A DFpsReporterTest.cpp76 static constexpr int32_t PRIORITY_UNSET = -1; member in android::FpsReporterTest
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp130 mDrawingState.frameRateSelectionPriority = PRIORITY_UNSET; in Layer()
1049 if (mDrawingState.frameRateSelectionPriority != PRIORITY_UNSET) { in getFrameRateSelectionPriority()
1058 return Layer::PRIORITY_UNSET; in getFrameRateSelectionPriority()
H A DLayer.h109 static constexpr int32_t PRIORITY_UNSET = -1; variable