Home
last modified time | relevance | path

Searched refs:incrementAge (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp225 TEST_F(CachedSetTest, incrementAge) { in TEST_F() argument
229 cachedSet.incrementAge(); in TEST_F()
231 cachedSet.incrementAge(); in TEST_F()
304 cachedSet.incrementAge(); in TEST_F()
318 cachedSet.incrementAge(); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DCachedSet.h112 void incrementAge() { ++mAge; } in incrementAge() function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DFlattener.cpp344 currentLayerIter->incrementAge(); in mergeWithCachedSets()