Searched refs:hasRelZLoop (Results 1 – 3 of 3) sorted by relevance
68 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::LayerHierarchy188 if (traversalPath.hasRelZLoop()) { in hasRelZLoop()427 bool hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update() local428 while (hasRelZLoop) { in update()436 hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update()512 if (hasRelZLoop()) { in toString()
97 bool hasRelZLoop() const { return invalidRelativeRootId != UNASSIGNED_LAYER_ID; } in hasRelZLoop() function182 bool hasRelZLoop(uint32_t& outInvalidRelativeRoot) const;
532 EXPECT_FALSE(hierarchyBuilder.getHierarchy().hasRelZLoop(unused)); in TEST_F()558 EXPECT_FALSE(hierarchyBuilder.getHierarchy().hasRelZLoop(unused)); in TEST_F()