Searched refs:getLayerSnapshotsFn (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | RegionSamplingThread.cpp | 324 auto getLayerSnapshotsFn = in captureSample() local 361 getLayerSnapshotsFn, layerFEs); in captureSample() 368 mFlinger.captureScreenshotLegacy(renderAreaBuilder, getLayerSnapshotsFn, buffer, in captureSample()
|
D | SurfaceFlinger.cpp | 7988 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 …]
|
D | SurfaceFlinger.h | 902 GetLayerSnapshotsFunction getLayerSnapshotsFn, std::vector<sp<LayerFE>>& layerFEs);
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 492 SurfaceFlinger::GetLayerSnapshotsFunction getLayerSnapshotsFn, in renderScreenImpl() argument 500 auto layers = getLayerSnapshotsFn(); in renderScreenImpl()
|
D | CompositionTest.cpp | 213 auto getLayerSnapshotsFn = RenderArea::fromTraverseLayersLambda(traverseLayers); in captureScreenComposition() local 223 auto future = mFlinger.renderScreenImpl(mDisplay, std::move(renderArea), getLayerSnapshotsFn, in captureScreenComposition()
|