Lines Matching refs:excludeLayerIds

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
9479 excludeLayerIds = std::move(excludeLayerIds)]() FTL_FAKE_GUARD(kMainThreadContext) { in getLayerSnapshotsForScreenshots()
9480 if (excludeLayerIds.empty()) { in getLayerSnapshotsForScreenshots()
9496 .excludeLayerIds = std::move(excludeLayerIds), in getLayerSnapshotsForScreenshots()
9508 args.excludeLayerIds.clear(); in getLayerSnapshotsForScreenshots()
9517 std::unordered_set<uint32_t> excludeLayerIds, in getLayerSnapshotsForScreenshots() argument
9520 return [&, rootLayerId, uid, excludeLayerIds = std::move(excludeLayerIds), childrenOnly, in getLayerSnapshotsForScreenshots()
9533 .excludeLayerIds = std::move(excludeLayerIds), in getLayerSnapshotsForScreenshots()
9550 args.excludeLayerIds.clear(); in getLayerSnapshotsForScreenshots()