Home
last modified time | relevance | path

Searched defs:getLayerSnapshots (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp324 std::function<std::vector<std::pair<Layer*, sp<LayerFE>>>()> getLayerSnapshots; in captureSample() local
DSurfaceFlinger.cpp7051 GetLayerSnapshotsFunction getLayerSnapshots; in captureDisplay() local
7094 GetLayerSnapshotsFunction getLayerSnapshots; in captureDisplay() local
7210 GetLayerSnapshotsFunction getLayerSnapshots; in captureLayers() local
7258 RenderAreaFuture renderAreaFuture, GetLayerSnapshotsFunction getLayerSnapshots, in captureScreenCommon()
7318 RenderAreaFuture renderAreaFuture, GetLayerSnapshotsFunction getLayerSnapshots, in captureScreenCommon()
7369 std::shared_ptr<const RenderArea> renderArea, GetLayerSnapshotsFunction getLayerSnapshots, in renderScreenImpl()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp210 auto getLayerSnapshots = RenderArea::fromTraverseLayersLambda(traverseLayers); in captureScreenComposition() local