Searched refs:rootLayerId (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 1496 uint32_t rootLayerId, uint32_t uid, std::unordered_set<uint32_t> excludeLayerIds,
|
D | SurfaceFlinger.cpp | 9516 SurfaceFlinger::getLayerSnapshotsForScreenshots(uint32_t rootLayerId, uint32_t uid, in getLayerSnapshotsForScreenshots() argument 9520 return [&, rootLayerId, uid, excludeLayerIds = std::move(excludeLayerIds), childrenOnly, in getLayerSnapshotsForScreenshots() 9522 auto root = mLayerHierarchyBuilder.getPartialHierarchy(rootLayerId, childrenOnly); in getLayerSnapshotsForScreenshots() 9541 args.rootSnapshot.isSecure = mLayerLifecycleManager.getLayerFromId(rootLayerId) && in getLayerSnapshotsForScreenshots() 9542 mLayerLifecycleManager.isLayerSecure(rootLayerId); in getLayerSnapshotsForScreenshots()
|