Searched defs:hasRelZLoop (Results 1 – 2 of 2) sorted by relevance
97 bool hasRelZLoop() const { return invalidRelativeRootId != UNASSIGNED_LAYER_ID; } in hasRelZLoop() function
185 bool LayerHierarchy::hasRelZLoop(uint32_t& outInvalidRelativeRoot) const { in hasRelZLoop() function in android::surfaceflinger::frontend::LayerHierarchy428 bool hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update() local