Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutput.h107 std::optional<size_t> findCurrentOutputLayerForLayer(
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp396 auto index = findCurrentOutputLayerForLayer(layerFE); in getOutputLayerForLayer()
400 std::optional<size_t> Output::findCurrentOutputLayerForLayer( in findCurrentOutputLayerForLayer() function in android::compositionengine::impl::Output
603 auto prevOutputLayerIndex = findCurrentOutputLayerForLayer(layerFE); in ensureOutputLayerIfVisible()