Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRefreshRateOverlay.cpp30 bool RefreshRateOverlay::createLayer() { in createLayer() function in android::RefreshRateOverlay
DSurfaceFlinger.cpp4246 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/
DCompositionEngine.cpp42 std::shared_ptr<compositionengine::Layer> CompositionEngine::createLayer(LayerCreationArgs&& args) { in createLayer() function in android::compositionengine::impl::CompositionEngine
DLayer.cpp29 std::shared_ptr<compositionengine::Layer> createLayer( in createLayer() function
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp48 std::unique_ptr<LayerHistory::LayerHandle> LayerHistory::createLayer(const std::string name, in createLayer() function in android::scheduler::LayerHistory
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp760 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/
DHWComposer.cpp249 HWC2::Layer* HWComposer::createLayer(DisplayId displayId) { in createLayer() function in android::impl::HWComposer
DHWC2.cpp293 Error Display::createLayer(HWC2::Layer** outLayer) { in createLayer() function in HWC2::impl::Display
DComposerHal.cpp309 Error Composer::createLayer(Display display, Layer* outLayer) in createLayer() function in android::Hwc2::impl::Composer
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DFakeComposerClient.cpp207 Error FakeComposerClient::createLayer(Display /*display*/, Layer* outLayer) { in createLayer() function in FakeComposerClient
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp306 Error VrHwc::createLayer(Display display, Layer* outLayer) { in createLayer() function in android::dvr::VrHwc
/frameworks/base/graphics/java/android/graphics/drawable/
DLayerDrawable.java487 private ChildDrawable createLayer(Drawable dr) { in createLayer() method in LayerDrawable
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp357 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/
DHwc2Test.cpp144 void createLayer(hwc2_display_t display, hwc2_layer_t* outLayer, in createLayer() function in Hwc2Test