Home
last modified time | relevance | path

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

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