Searched defs:createColorLayer (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ | ||
D | SurfaceFlingerFactory.cpp | 129 sp<ColorLayer> createColorLayer(const LayerCreationArgs& args) override { in createSurfaceFlinger() function in android::surfaceflinger::createSurfaceFlinger::Factory |
D | SurfaceFlinger.cpp | 4315 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/ | ||
D | TestableSurfaceFlinger.h | 144 sp<ColorLayer> createColorLayer(const LayerCreationArgs&) override { in createColorLayer() function |
/frameworks/native/services/surfaceflinger/tests/ | ||
D | Transaction_test.cpp | 388 sp<SurfaceControl> createColorLayer(const char* name, const Color& color, in createColorLayer() function in android::LayerTransactionTest |