Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerCreationArgs.h32 wp<LayerFE> layerFE; member
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayer.cpp55 auto layerFE = getLayerFE(); in dump() local
DOutputLayer.cpp50 sp<compositionengine::LayerFE> layerFE) { in createOutputLayer()
56 OutputLayer::OutputLayer(const Output& output, std::shared_ptr<Layer> layer, sp<LayerFE> layerFE) in OutputLayer()
DOutput.cpp222 sp<compositionengine::LayerFE> layerFE) { in getOrCreateOutputLayer()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp346 sp<LayerFE> layerFE{new StrictMock<mock::LayerFE>()}; in TEST_F() local
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2200 sp<compositionengine::LayerFE> layerFE = compositionLayer->getLayerFE(); in rebuildLayerStacks() local