/frameworks/native/services/surfaceflinger/ |
D | RefreshRateOverlay.cpp | 30 bool RefreshRateOverlay::createLayer() { in createLayer() function in android::RefreshRateOverlay
|
D | SurfaceFlinger.cpp | 4246 status_t SurfaceFlinger::createLayer(const String8& name, const sp<Client>& client, uint32_t w, in createLayer() function in android::SurfaceFlinger
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | CompositionEngine.cpp | 42 std::shared_ptr<compositionengine::Layer> CompositionEngine::createLayer(LayerCreationArgs&& args) { in createLayer() function in android::compositionengine::impl::CompositionEngine
|
D | Layer.cpp | 29 std::shared_ptr<compositionengine::Layer> createLayer( in createLayer() function
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.cpp | 48 std::unique_ptr<LayerHistory::LayerHandle> LayerHistory::createLayer(const std::string name, in createLayer() function in android::scheduler::LayerHistory
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 760 static FlingerLayerType createLayer(CompositionTest*) { return FlingerLayerType(); } in createLayer() function 827 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function 864 static FlingerLayerType createLayer(CompositionTest* test) { in createLayer() function
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.cpp | 249 HWC2::Layer* HWComposer::createLayer(DisplayId displayId) { in createLayer() function in android::impl::HWComposer
|
D | HWC2.cpp | 293 Error Display::createLayer(HWC2::Layer** outLayer) { in createLayer() function in HWC2::impl::Display
|
D | ComposerHal.cpp | 309 Error Composer::createLayer(Display display, Layer* outLayer) in createLayer() function in android::Hwc2::impl::Composer
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerClient.cpp | 207 Error FakeComposerClient::createLayer(Display /*display*/, Layer* outLayer) { in createLayer() function in FakeComposerClient
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.cpp | 306 Error VrHwc::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::dvr::VrHwc
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | LayerDrawable.java | 487 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 357 virtual sp<SurfaceControl> createLayer(const sp<SurfaceComposerClient>& client, in createLayer() function in android::LayerTransactionTest 384 virtual sp<SurfaceControl> createLayer(const char* name, uint32_t width, uint32_t height, in createLayer() function in android::LayerTransactionTest 647 sp<SurfaceControl> createLayer(const char* name, uint32_t width, uint32_t height, in createLayer() function in android::LayerTypeTransactionHarness
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2Test.cpp | 144 void createLayer(hwc2_display_t display, hwc2_layer_t* outLayer, in createLayer() function in Hwc2Test
|