/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerTestUtils.cpp | 21 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
|
D | TransactionFrameTracerTest.cpp | 57 sp<Layer> createLayer() { in createLayer() function in android::TransactionFrameTracerTest
|
D | GameModeTest.cpp | 54 sp<Layer> createLayer() { in createLayer() function in android::GameModeTest
|
D | FpsReporterTest.cpp | 142 void FpsReporterTest::createLayer(uint32_t id, uint32_t parentId, in createLayer() function in android::FpsReporterTest
|
D | SurfaceFlinger_UpdateLayerMetadataSnapshotTest.cpp | 17 sp<Layer> createLayer(const char* name, LayerMetadata& inOutlayerMetadata) { in createLayer() function in android::SurfaceFlingerUpdateLayerMetadataSnapshotTest
|
D | LayerHistoryTest.cpp | 118 auto createLayer() { return sp<MockLayer>::make(mFlinger.flinger()); } in createLayer() function in android::scheduler::LayerHistoryTest 119 auto createLayer(std::string name) { in createLayer() function in android::scheduler::LayerHistoryTest 122 auto createLayer(std::string name, uint32_t uid) { in createLayer() function in android::scheduler::LayerHistoryTest
|
D | LayerHierarchyTest.h | 112 virtual void createLayer(uint32_t id, uint32_t parentId) { in createLayer() function 531 void createLayer(uint32_t id, uint32_t parentId) override { in createLayer() function
|
D | CompositionTest.cpp | 767 static FlingerLayerType createLayer(CompositionTest*) { return FlingerLayerType(); } in createLayer() function 838 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function 874 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function 922 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function 937 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
|
D | TransactionSurfaceFrameTest.cpp | 57 sp<Layer> createLayer() { in createLayer() function in android::TransactionSurfaceFrameTest
|
D | TestableSurfaceFlinger.h | 576 auto createLayer(LayerCreationArgs& args, const sp<IBinder>& parentHandle, in createLayer() function
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 132 base::expected<std::shared_ptr<HWC2::Layer>, hal::Error> Display::createLayer() { in createLayer() function in android::HWC2::impl::Display
|
D | HWComposer.cpp | 252 std::shared_ptr<HWC2::Layer> HWComposer::createLayer(HalDisplayId displayId) { in createLayer() function in android::impl::HWComposer
|
D | AidlComposerHal.cpp | 417 Error AidlComposer::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::Hwc2::AidlComposer
|
D | HidlComposerHal.cpp | 371 Error HidlComposer::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::Hwc2::HidlComposer
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | LayerDrawable.java | 488 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 6048 status_t SurfaceFlinger::createLayer(LayerCreationArgs& args, gui::CreateSurfaceResult& outResult) { in createLayer() function in android::SurfaceFlinger
|