Searched refs:PRIORITY_UNSET (Results 1 – 7 of 7) sorted by relevance
53 static constexpr int32_t PRIORITY_UNSET = -1; member in android::RefreshRateSelectionTest114 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 …]
79 static constexpr int32_t PRIORITY_UNSET = -1; member in android::FpsReporterTest
577 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()
117 frameRateSelectionPriority = Layer::PRIORITY_UNSET; in RequestedLayerState()
866 (requested.frameRateSelectionPriority == Layer::PRIORITY_UNSET) in updateSnapshot()
86 static constexpr int32_t PRIORITY_UNSET = -1;
190 mDrawingState.frameRateSelectionPriority = PRIORITY_UNSET; in Layer()1150 if (mDrawingState.frameRateSelectionPriority != PRIORITY_UNSET) { in getFrameRateSelectionPriority()1159 return Layer::PRIORITY_UNSET; in getFrameRateSelectionPriority()