Home
last modified time | relevance | path

Searched defs:traverseLayers (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h38 std::function<void(const LayerVector::Visitor&)> traverseLayers) { in fromTraverseLayersLambda()
DRegionSamplingThread.cpp339 auto traverseLayers = [&](const LayerVector::Visitor& visitor) { in captureSample() local
DSurfaceFlinger.cpp7056 auto traverseLayers = [this, args, excludeLayerIds, in captureDisplay() local
7099 auto traverseLayers = [this, layerStack](const LayerVector::Visitor& visitor) { in captureDisplay() local
7222 auto traverseLayers = [parent, args, excludeLayerIds](const LayerVector::Visitor& visitor) { in captureLayers() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h474 SurfaceFlinger::GetLayerSnapshotsFunction traverseLayers, in renderScreenImpl()
DCompositionTest.cpp205 auto traverseLayers = [this](const LayerVector::Visitor& visitor) { in captureScreenComposition() local