Home
last modified time | relevance | path

Searched refs:addToRoot (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DUpdate.h27 LayerCreatedState(const wp<Layer>& layer, const wp<Layer>& parent, bool addToRoot) in LayerCreatedState()
28 : layer(layer), initialParent(parent), addToRoot(addToRoot) {} in LayerCreatedState()
36 bool addToRoot; member
DLayerCreationArgs.cpp80 if (addToRoot) { in getDebugString()
81 stream << " addToRoot=" << addToRoot; in getDebugString()
DLayerCreationArgs.h58 bool addToRoot = true; member
DRequestedLayerState.cpp54 canBeRoot(args.addToRoot), in RequestedLayerState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionTracingTest.cpp82 bool addToRoot) { in getLayerCreationArgs() argument
88 args.addToRoot = addToRoot; in getLayerCreationArgs()
DFpsReporterTest.cpp127 args.addToRoot = canBeRoot; in createArgs()
DLayerHierarchyTest.h62 args.addToRoot = canBeRoot; in createArgs()
71 args.addToRoot = true; in createDisplayMirrorArgs()
DLayerSnapshotTest.cpp554 args.addToRoot = true; in TEST_F()
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp298 proto.set_add_to_root(args.addToRoot); in toProto()
338 outArgs.addToRoot = proto.add_to_root(); in fromProto()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4796 mCreatedLayers.emplace_back(layer, parent, args.addToRoot); in addClientLayer()
5992 mirrorArgs.addToRoot = false; in mirrorLayer()
6031 mirrorArgs.addToRoot = true; in mirrorDisplay()
6077 args.addToRoot = args.addToRoot && callingThreadHasUnscopedSurfaceFlingerAccess(); in createLayer()
6083 args.addToRoot = false; in createLayer()
9063 bool addToRoot = state.addToRoot; in handleLayerCreatedLocked() local
9068 addToRoot = false; in handleLayerCreatedLocked()
9072 if (parent == nullptr && addToRoot) { in handleLayerCreatedLocked()