Home
last modified time | relevance | path

Searched defs:hasRelZLoop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerHierarchy.cpp187 bool LayerHierarchy::hasRelZLoop(uint32_t& outInvalidRelativeRoot) const { in hasRelZLoop() function in android::surfaceflinger::frontend::LayerHierarchy
430 bool hasRelZLoop = mRoot.hasRelZLoop(invalidRelativeRoot); in update() local
H A DLayerHierarchy.h97 bool hasRelZLoop() const { return invalidRelativeRootId != UNASSIGNED_LAYER_ID; } in hasRelZLoop() function