Searched refs:excludeLayerIds (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshotBuilder.h | 54 std::unordered_set<uint32_t> excludeLayerIds; member
|
D | LayerSnapshotBuilder.cpp | 722 (args.excludeLayerIds.find(path.id) != args.excludeLayerIds.end()); in updateSnapshot()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 7021 std::unordered_set<uint32_t> excludeLayerIds; in captureDisplay() local 7037 excludeLayerIds.emplace(excludeLayer); in captureDisplay() 7054 getLayerSnapshotsForScreenshots(layerStack, args.uid, std::move(excludeLayerIds)); in captureDisplay() 7056 auto traverseLayers = [this, args, excludeLayerIds, in captureDisplay() 7058 traverseLayersInLayerStack(layerStack, args.uid, std::move(excludeLayerIds), visitor); in captureDisplay() 7131 std::unordered_set<uint32_t> excludeLayerIds; in captureLayers() local 7173 excludeLayerIds.emplace(excludeLayer); in captureLayers() 7219 std::move(excludeLayerIds), in captureLayers() 7222 auto traverseLayers = [parent, args, excludeLayerIds](const LayerVector::Visitor& visitor) { in captureLayers() 7234 if (excludeLayerIds.count(p->sequence) != 0) { in captureLayers() [all …]
|
D | SurfaceFlinger.h | 863 std::unordered_set<uint32_t> excludeLayerIds, 1414 std::unordered_set<uint32_t> excludeLayerIds); 1416 uint32_t rootLayerId, uint32_t uid, std::unordered_set<uint32_t> excludeLayerIds,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 485 std::unordered_set<uint32_t> excludeLayerIds, in traverseLayersInLayerStack() argument 488 excludeLayerIds, visitor); in traverseLayersInLayerStack()
|