Home
last modified time | relevance | path

Searched defs:createColorLayer (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlingerFactory.cpp129 sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger() function in android::surfaceflinger::createSurfaceFlinger::Factory
DSurfaceFlinger.cpp4315 status_t SurfaceFlinger::createColorLayer(const sp<Client>& client, const String8& name, uint32_t w, in createColorLayer() function in android::SurfaceFlinger
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h144 sp<ColorLayer> createColorLayer(const LayerCreationArgs&) override { in createColorLayer() function
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp388 sp<SurfaceControl> createColorLayer(const char* name, const Color& color, in createColorLayer() function in android::LayerTransactionTest
5814 void createColorLayer(uint32_t layerStack) { in createColorLayer() function in android::MultiDisplayLayerBoundsTest