Searched defs:LayerHierarchy (Results 1 – 3 of 3) sorted by relevance
31 const std::pair<LayerHierarchy*, LayerHierarchy::Variant>& rhs) { in __anon48b1cac90202()43 void insertSorted(std::vector<std::pair<LayerHierarchy*, LayerHierarchy::Variant>>& vec, in insertSorted()50 LayerHierarchy::LayerHierarchy(RequestedLayerState* layer) : mLayer(layer) {} in LayerHierarchy() function in android::surfaceflinger::frontend::LayerHierarchy52 LayerHierarchy::LayerHierarchy(const LayerHierarchy& hierarchy, bool childrenOnly) { in LayerHierarchy() function in android::surfaceflinger::frontend::LayerHierarchy110 [child](const std::pair<LayerHierarchy*, Variant>& x) { in removeChild()123 [hierarchy](std::pair<LayerHierarchy*, Variant>& child) { in updateChild()190 const LayerHierarchy::TraversalPath& traversalPath) -> bool { in hasRelZLoop()
610 const LayerHierarchy::TraversalPath& traversalPath) -> bool { in sortSnapshotsByZ()1232 const LayerHierarchy::TraversalPath& traversalPath) -> bool { in forEachVisibleSnapshot()
57 using LayerHierarchy = surfaceflinger::frontend::LayerHierarchy; typedef