Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableScheduler.h63 auto* mutableLayerHistory() { return mLayerHistory.get(); } in mutableLayerHistory() function
67 return mutableLayerHistory()->mLayerInfos.size(); in layerHistorySize()
74 return mutableLayerHistory()->mActiveLayersEnd; in getNumActiveLayers()
H A DSetFrameRateTest.cpp475 .mutableLayerHistory() in TEST_P()
478 .mutableLayerHistory() in TEST_P()
483 .mutableLayerHistory() in TEST_P()
H A DLayerHistoryTest.cpp63 LayerHistory& history() { return *mScheduler->mutableLayerHistory(); } in history()
64 const LayerHistory& history() const { return *mScheduler->mutableLayerHistory(); } in history()