Searched refs:mGrandChild (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateSelectionTest.cpp | 75 sp<Layer> mGrandChild; member in android::RefreshRateSelectionTest 156 mGrandChild = createBufferQueueLayer(); in TEST_F() 157 setParent(mGrandChild.get(), mChild.get()); in TEST_F() 161 ASSERT_EQ(PRIORITY_UNSET, mGrandChild->getFrameRateSelectionPriority()); in TEST_F() 164 mGrandChild->setFrameRateSelectionPriority(1); in TEST_F() 165 commitTransaction(mGrandChild.get()); in TEST_F() 168 ASSERT_EQ(1, mGrandChild->getFrameRateSelectionPriority()); in TEST_F() 173 mGrandChild->setFrameRateSelectionPriority(PRIORITY_UNSET); in TEST_F() 174 commitTransaction(mGrandChild.get()); in TEST_F() 178 ASSERT_EQ(1, mGrandChild->getFrameRateSelectionPriority()); in TEST_F() [all …]
|
D | FpsReporterTest.cpp | 89 sp<Layer> mGrandChild; member in android::FpsReporterTest 156 mGrandChild = createBufferStateLayer(); in TEST_F() 160 mChild->addChild(mGrandChild); in TEST_F() 165 mFlinger.mutableCurrentState().layersSortedByZ.add(mGrandChild); in TEST_F() 171 mGrandChild->getSequence()))) in TEST_F()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerUpdate_test.cpp | 403 sp<SurfaceControl> mGrandChild = in TEST_F() local 405 TransactionUtils::fillSurfaceRGBA8(mGrandChild, 111, 111, 111); in TEST_F() 422 asTransaction([&](Transaction& t) { t.reparent(mGrandChild, mFGSurfaceControl); }); in TEST_F() 432 sp<SurfaceControl> mGrandChild = in TEST_F() local 434 TransactionUtils::fillSurfaceRGBA8(mGrandChild, 111, 111, 111); in TEST_F() 437 asTransaction([&](Transaction& t) { t.setRelativeLayer(mGrandChild, mFGSurfaceControl, -1); }); in TEST_F() 447 t.reparent(mGrandChild, mFGSurfaceControl); in TEST_F()
|