Home
last modified time | relevance | path

Searched refs:hasRelZLoop (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerHierarchy.cpp68 LLOG_ALWAYS_FATAL_WITH_TRACE_IF(traversalPath.hasRelZLoop(), "Found relative z loop layerId:%d", in traverse()
184 bool LayerHierarchy::hasRelZLoop(uint32_t& outInvalidRelativeRoot) const { in hasRelZLoop() function in android::surfaceflinger::frontend::LayerHierarchy
188 if (traversalPath.hasRelZLoop()) { in hasRelZLoop()
427 bool hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update() local
428 while (hasRelZLoop) { in update()
436 hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update()
512 if (hasRelZLoop()) { in toString()
DLayerHierarchy.h97 bool hasRelZLoop() const { return invalidRelativeRootId != UNASSIGNED_LAYER_ID; } in hasRelZLoop() function
182 bool hasRelZLoop(uint32_t& outInvalidRelativeRoot) const;
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.cpp532 EXPECT_FALSE(hierarchyBuilder.getHierarchy().hasRelZLoop(unused)); in TEST_F()
558 EXPECT_FALSE(hierarchyBuilder.getHierarchy().hasRelZLoop(unused)); in TEST_F()