Home
last modified time | relevance | path

Searched refs:getHolePunchCandidate (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp536 if (mTunables.mEnableHolePunch && bestRun->getHolePunchCandidate() && in buildCachedSets()
537 bestRun->getHolePunchCandidate()->requiresHolePunch()) { in buildCachedSets()
540 mNewCachedSet->addHolePunchLayerIfFeasible(*bestRun->getHolePunchCandidate(), in buildCachedSets()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DFlattener.h208 const CachedSet* getHolePunchCandidate() const { return mHolePunchCandidate; } in getHolePunchCandidate() function