Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DFlattener.h117 const std::optional<CachedSet>& getNewCachedSetForTesting() const { return mNewCachedSet; } in getNewCachedSetForTesting() function
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DFlattenerTest.cpp56 const std::optional<CachedSet>& getNewCachedSetForTesting() const { return mNewCachedSet; } in getNewCachedSetForTesting() function in android::compositionengine::__anon805b6a870111::TestableFlattener
1034 const auto& cachedSet = mFlattener->getNewCachedSetForTesting(); in TEST_F()