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.h134 std::optional<size_t> findCurrentOutputLayerForLayer(
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp412 auto index = findCurrentOutputLayerForLayer(layerFE); in getOutputLayerForLayer()
416 std::optional<size_t> Output::findCurrentOutputLayerForLayer( in findCurrentOutputLayerForLayer() function in android::compositionengine::impl::Output
716 auto prevOutputLayerIndex = findCurrentOutputLayerForLayer(layerFE); in ensureOutputLayerIfVisible()