Home
last modified time | relevance | path

Searched refs:canBeRoot (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFpsReporterTest.cpp83 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId,
122 LayerCreationArgs FpsReporterTest::createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() argument
127 args.addToRoot = canBeRoot; in createArgs()
DLayerHierarchyTest.h58 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs() argument
62 args.addToRoot = canBeRoot; in createArgs()
/frameworks/native/services/surfaceflinger/FrontEnd/
DRequestedLayerState.cpp54 canBeRoot(args.addToRoot), in RequestedLayerState()
66 canBeRoot = false; in RequestedLayerState()
281 canBeRoot = false; in merge()
438 return canBeRoot && parentId == UNASSIGNED_LAYER_ID; in isRoot()
DRequestedLayerState.h105 bool canBeRoot = false; member
DLayerHierarchy.cpp226 } else if (layer->canBeRoot) { in attachToParent()