Home
last modified time | relevance | path

Searched defs:incrementAge (Results 1 – 2 of 2) sorted by relevance

/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/tests/planner/
H A DCachedSetTest.cpp225 TEST_F(CachedSetTest, incrementAge) { in TEST_F() argument