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