Home
last modified time | relevance | path

Searched refs:forEachVisibleSnapshot (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.h80 void forEachVisibleSnapshot(const ConstVisitor& visitor) const;
83 void forEachVisibleSnapshot(const ConstVisitor& visitor, const LayerHierarchy& root) const;
87 void forEachVisibleSnapshot(const Visitor& visitor);
DLayerSnapshotBuilder.cpp1151 void LayerSnapshotBuilder::forEachVisibleSnapshot(const ConstVisitor& visitor) const { in forEachVisibleSnapshot() function in android::surfaceflinger::frontend::LayerSnapshotBuilder
1160 void LayerSnapshotBuilder::forEachVisibleSnapshot(const ConstVisitor& visitor, in forEachVisibleSnapshot() function in android::surfaceflinger::frontend::LayerSnapshotBuilder
1173 void LayerSnapshotBuilder::forEachVisibleSnapshot(const Visitor& visitor) { in forEachVisibleSnapshot() function in android::surfaceflinger::frontend::LayerSnapshotBuilder
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2570 mLayerSnapshotBuilder.forEachVisibleSnapshot([&](const frontend::LayerSnapshot& snapshot) { in updateLayerSnapshots()
3263 mLayerSnapshotBuilder.forEachVisibleSnapshot( in onCompositionPresented()
6679 mLayerSnapshotBuilder.forEachVisibleSnapshot( in dumpVisibleFrontEnd()
6830 mLayerSnapshotBuilder.forEachVisibleSnapshot( in dumpHwcLayersMinidump()
9375 mLayerSnapshotBuilder.forEachVisibleSnapshot( in moveSnapshotsToCompositionArgs()
9441 mLayerSnapshotBuilder.forEachVisibleSnapshot( in getLayerSnapshotsForScreenshots()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp103 actualBuilder.forEachVisibleSnapshot( in updateAndVerify()