Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerSnapshotBuilder.cpp425 LayerSnapshot rootSnapshot = args.rootSnapshot; in updateSnapshots() local
427 rootSnapshot.geomLayerBounds = *args.parentCrop; in updateSnapshots()
429 rootSnapshot.geomLayerBounds = getMaxDisplayBounds(args.displays); in updateSnapshots()
432 rootSnapshot.changes = RequestedLayerState::Changes::AffectsChildren | in updateSnapshots()
436 rootSnapshot.changes |= in updateSnapshots()
438 rootSnapshot.clientChanges |= layer_state_t::eReparent; in updateSnapshots()
453 updateSnapshotsInHierarchy(args, args.root, root, rootSnapshot, /*depth=*/0); in updateSnapshots()
459 updateSnapshotsInHierarchy(args, *childHierarchy, root, rootSnapshot, /*depth=*/0); in updateSnapshots()
DLayerSnapshotBuilder.h61 LayerSnapshot rootSnapshot = getRootSnapshot(); member
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp1216 args.rootSnapshot.isSecure = true; in TEST_F()
1272 args.rootSnapshot.isSecure = true; in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp9541 args.rootSnapshot.isSecure = mLayerLifecycleManager.getLayerFromId(rootLayerId) && in getLayerSnapshotsForScreenshots()