Home
last modified time | relevance | path

Searched refs:getNewCachedSetForTesting (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DFlattener.h109 const std::optional<CachedSet>& getNewCachedSetForTesting() const { return mNewCachedSet; } in getNewCachedSetForTesting() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DFlattenerTest.cpp52 const std::optional<CachedSet>& getNewCachedSetForTesting() const { return mNewCachedSet; } in getNewCachedSetForTesting() function in android::compositionengine::__anon395738f30110::TestableFlattener
838 const auto& cachedSet = mFlattener->getNewCachedSetForTesting(); in TEST_F()