Home
last modified time | relevance | path

Searched refs:hasProtectedLayers (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
H A DCachedSet.h148 bool hasProtectedLayers() const;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp381 bool CachedSet::hasProtectedLayers() const { in hasProtectedLayers() function in android::compositionengine::impl::planner::CachedSet
H A DFlattener.cpp490 if (layer.hasProtectedLayers()) { in buildCachedSets()