Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp524 const auto& releasedLayers = gpuDisplay->getReleasedLayersForTest(); in TEST_F()
540 const auto& releasedLayers = mDisplay->getReleasedLayersForTest(); in TEST_F()
554 const auto& releasedLayers = mDisplay->getReleasedLayersForTest(); in TEST_F()
H A DOutputTest.cpp738 const auto& setLayers = mOutput->getReleasedLayersForTest(); in TEST_F()
2981 EXPECT_TRUE(mOutput.getReleasedLayersForTest().empty()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutput.h101 const ReleasedLayers& getReleasedLayersForTest() const;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutput.cpp339 const Output::ReleasedLayers& Output::getReleasedLayersForTest() const { in getReleasedLayersForTest() function in android::compositionengine::impl::Output