Home
last modified time | relevance | path

Searched defs:layerFE (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DActivePictureUpdaterTest.cpp89 TestableLayerFE layerFE; in TEST_F() local
103 TestableLayerFE layerFE; in TEST_F() local
125 TestableLayerFE layerFE; in TEST_F() local
148 TestableLayerFE layerFE; in TEST_F() local
171 TestableLayerFE layerFE; in TEST_F() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DCachedSetTest.cpp87 sp<mock::LayerFE> layerFE; member
622 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
641 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
657 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
677 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
690 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
703 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
713 sp<mock::LayerFE> layerFE = mTestLayers[0]->layerFE; in TEST_F() local
H A DPredictorTest.cpp53 void setupMocksForLayer(mock::OutputLayer& layer, mock::LayerFE& layerFE, in setupMocksForLayer()
H A DFlattenerTest.cpp88 sp<mock::LayerFE> layerFE; member
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DCompositionEngine.cpp204 for (auto& layerFE : args.layers) { in postComposition() local
214 for (auto& layerFE : args.layersWithQueuedFrames) { in postComposition() local
H A DOutput.cpp551 void Output::ensureOutputLayerIfVisible(sp<compositionengine::LayerFE>& layerFE, in ensureOutputLayerIfVisible()
1499 auto& layerFE = layer->getLayerFE(); in generateClientCompositionRequests() local
H A DDisplay.cpp191 compositionengine::LayerFE* layerFE = &outputLayer->getLayerFE(); in setReleasedLayers() local
H A DOutputLayer.cpp65 const sp<compositionengine::LayerFE>& layerFE) { in createOutputLayer()
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DCachedSet.cpp223 auto& layerFE = mHolePunchLayer->getOutputLayer()->getLayerFE(); in render() local
312 const auto& layerFE = mLayers[0].getState()->getOutputLayer()->getLayerFE(); in requiresHolePunch() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.cpp677 sp<LayerFE> layerFE; in findOutputLayerForDisplay() local
692 sp<LayerFE> layerFE; in findOutputLayerForDisplay() local
1366 auto layerFE = mFlinger->getFactory().createLayerFE(mName, this); in getCompositionEngineLayerFE() local
H A DActivePictureUpdater.cpp26 void ActivePictureUpdater::onLayerComposed(const Layer& layer, const LayerFE& layerFE, in onLayerComposed()
H A DSurfaceFlinger.cpp2893 if (const auto& layerFE = in composite() local
7328 void SurfaceFlinger::attachReleaseFenceFutureToLayer(Layer* layer, LayerFE* layerFE, in attachReleaseFenceFutureToLayer()
7640 const sp<LayerFE>& layerFE = layers.back().second; in renderScreenImpl() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp81 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
92 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
493 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); in TEST_F() local
H A DOutputTest.cpp122 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
139 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
667 sp<LayerFE> layerFE(layer.layerFE); in TEST_F() local
676 sp<LayerFE> layerFE(layer.layerFE); in TEST_F() local
1210 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
1391 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
1482 sp<LayerFE> layerFE(mLayer.layerFE); in ensureOutputLayerIfVisible() local
3182 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
H A DCompositionEngineTest.cpp146 sp<StrictMock<mock::LayerFE>> layerFE = sp<StrictMock<mock::LayerFE>>::make(); member
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayer.h118 sp<LayerFE> layerFE) { in createOutputLayerTemplated()