Searched refs:excludeLayerIds (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshotBuilder.h | 57 std::unordered_set<uint32_t> excludeLayerIds; member
|
D | LayerSnapshotBuilder.cpp | 726 (args.excludeLayerIds.find(path.id) != args.excludeLayerIds.end()); in updateSnapshot()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 7959 std::unordered_set<uint32_t> excludeLayerIds; in captureDisplay() local 7979 excludeLayerIds.emplace(excludeLayer); in captureDisplay() 7989 getLayerSnapshotsForScreenshots(layerStack, args.uid, std::move(excludeLayerIds)); in captureDisplay() 8078 std::unordered_set<uint32_t> excludeLayerIds; in captureLayers() local 8120 excludeLayerIds.emplace(excludeLayer); in captureLayers() 8143 getLayerSnapshotsForScreenshots(parent->sequence, args.uid, std::move(excludeLayerIds), in captureLayers() 8657 std::unordered_set<uint32_t> excludeLayerIds, in traverseLayersInLayerStack() argument 8677 if (!excludeLayerIds.empty()) { in traverseLayersInLayerStack() 8680 if (excludeLayerIds.count(p->sequence) != 0) { in traverseLayersInLayerStack() 9477 std::unordered_set<uint32_t> excludeLayerIds) { in getLayerSnapshotsForScreenshots() argument [all …]
|
D | SurfaceFlinger.h | 940 std::unordered_set<uint32_t> excludeLayerIds, 1494 std::unordered_set<uint32_t> excludeLayerIds); 1496 uint32_t rootLayerId, uint32_t uid, std::unordered_set<uint32_t> excludeLayerIds,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 509 std::unordered_set<uint32_t> excludeLayerIds, in traverseLayersInLayerStack() argument 511 return mFlinger->traverseLayersInLayerStack(layerStack, uid, excludeLayerIds, visitor); in traverseLayersInLayerStack()
|