Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerTestUtils.cpp21 sp<Layer> BufferStateLayerFactory::createLayer(TestableSurfaceFlinger& flinger) { in createLayer() function in android::BufferStateLayerFactory
28 sp<Layer> EffectLayerFactory::createLayer(TestableSurfaceFlinger& flinger) { in createLayer() function in android::EffectLayerFactory
DTransactionFrameTracerTest.cpp57 sp<Layer> createLayer() { in createLayer() function in android::TransactionFrameTracerTest
DGameModeTest.cpp54 sp<Layer> createLayer() { in createLayer() function in android::GameModeTest
DSurfaceFlinger_UpdateLayerMetadataSnapshotTest.cpp17 sp<Layer> createLayer(const char* name, LayerMetadata& inOutlayerMetadata) { in createLayer() function in android::SurfaceFlingerUpdateLayerMetadataSnapshotTest
DCompositionTest.cpp771 static FlingerLayerType createLayer(CompositionTest*) { return FlingerLayerType(); } in createLayer() function
842 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
878 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
930 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
945 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
DLayerHierarchyTest.h107 virtual void createLayer(uint32_t id, uint32_t parentId) { in createLayer() function
DLayerHistoryTest.cpp113 auto createLayer() { return sp<MockLayer>::make(mFlinger.flinger()); } in createLayer() function in android::scheduler::LayerHistoryTest
114 auto createLayer(std::string name) { in createLayer() function in android::scheduler::LayerHistoryTest
DLayerSnapshotTest.cpp60 void createLayer(uint32_t id, uint32_t parentId) override { in createLayer() function in android::surfaceflinger::frontend::LayerSnapshotTest
DTransactionSurfaceFrameTest.cpp57 sp<Layer> createLayer() { in createLayer() function in android::TransactionSurfaceFrameTest
DTestableSurfaceFlinger.h549 auto createLayer(LayerCreationArgs& args, const sp<IBinder>& parentHandle, in createLayer() function
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp128 base::expected<std::shared_ptr<HWC2::Layer>, hal::Error> Display::createLayer() { in createLayer() function in android::HWC2::impl::Display
DHWComposer.cpp249 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer() function in android::impl::HWComposer
DAidlComposerHal.cpp397 Error AidlComposer::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::Hwc2::AidlComposer
DHidlComposerHal.cpp358 Error HidlComposer::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::Hwc2::HidlComposer
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java488 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5335 status_t SurfaceFlinger::createLayer(LayerCreationArgs& args, gui::CreateSurfaceResult& outResult) { in createLayer() function in android::SurfaceFlinger