Home
last modified time | relevance | path

Searched refs:createLayerFE (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerDefaultFactory.h44 sp<LayerFE> createLayerFE(const std::string& layerName, const Layer* owner) override;
DSurfaceFlingerFactory.h88 virtual sp<LayerFE> createLayerFE(const std::string& layerName, const Layer* owner) = 0;
DSurfaceFlingerDefaultFactory.cpp88 sp<LayerFE> DefaultFactory::createLayerFE(const std::string& layerName, const Layer* /* owner */) { in createLayerFE() function in android::surfaceflinger::DefaultFactory
DLayer.cpp157 mLegacyLayerFE(args.flinger->getFactory().createLayerFE(mName, this)) { in Layer()
3985 auto result = mFlinger->getFactory().createLayerFE(mName, this); in copyCompositionEngineLayerFE()
3997 auto layerFE = mFlinger->getFactory().createLayerFE(mName, this); in getCompositionEngineLayerFE()
DSurfaceFlinger.cpp9465 sp<LayerFE> layerFE = getFactory().createLayerFE(snapshot->name, legacyLayer); in getLayerSnapshotsForScreenshots()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h134 sp<LayerFE> createLayerFE(const std::string& layerName, const Layer* /* owner */) override { in createLayerFE() function