Home
last modified time | relevance | path

Searched refs:getLayerSnapshotsFn (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp324 auto getLayerSnapshotsFn = in captureSample() local
361 getLayerSnapshotsFn, layerFEs); in captureSample()
368 mFlinger.captureScreenshotLegacy(renderAreaBuilder, getLayerSnapshotsFn, buffer, in captureSample()
DSurfaceFlinger.cpp7988 GetLayerSnapshotsFunction getLayerSnapshotsFn = in captureDisplay() local
7998 getLayerSnapshotsFn, reqSize, args.pixelFormat, args.allowProtected, in captureDisplay()
8035 GetLayerSnapshotsFunction getLayerSnapshotsFn = in captureDisplay() local
8054 getLayerSnapshotsFn, size, args.pixelFormat, kAllowProtected, kGrayscale, in captureDisplay()
8142 GetLayerSnapshotsFunction getLayerSnapshotsFn = in captureLayers() local
8159 getLayerSnapshotsFn, reqSize, args.pixelFormat, args.allowProtected, in captureLayers()
8196 RenderAreaBuilderVariant& renderAreaBuilder, GetLayerSnapshotsFunction getLayerSnapshotsFn, in getDisplayAndLayerSnapshotsFromMainThread() argument
8200 auto layers = getLayerSnapshotsFn(); in getDisplayAndLayerSnapshotsFromMainThread()
8211 GetLayerSnapshotsFunction getLayerSnapshotsFn, in captureScreenCommon() argument
8229 getDisplayAndLayerSnapshotsFromMainThread(renderAreaBuilder, getLayerSnapshotsFn, in captureScreenCommon()
[all …]
DSurfaceFlinger.h902 GetLayerSnapshotsFunction getLayerSnapshotsFn, std::vector<sp<LayerFE>>& layerFEs);
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h492 SurfaceFlinger::GetLayerSnapshotsFunction getLayerSnapshotsFn, in renderScreenImpl() argument
500 auto layers = getLayerSnapshotsFn(); in renderScreenImpl()
DCompositionTest.cpp213 auto getLayerSnapshotsFn = RenderArea::fromTraverseLayersLambda(traverseLayers); in captureScreenComposition() local
223 auto future = mFlinger.renderScreenImpl(mDisplay, std::move(renderArea), getLayerSnapshotsFn, in captureScreenComposition()