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