Home
last modified time | relevance | path

Searched defs:createWithSurfaceParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp62 status_t createWithSurfaceParent(const String8& name, uint32_t width, uint32_t height, in createWithSurfaceParent() function in android::BpSurfaceComposerClient
DSurfaceComposerClient.cpp1845 sp<SurfaceControl> SurfaceComposerClient::createWithSurfaceParent(const String8& name, uint32_t w, in createWithSurfaceParent() function in android::SurfaceComposerClient
/frameworks/native/services/surfaceflinger/
DClient.cpp89 status_t Client::createWithSurfaceParent(const String8& name, uint32_t w, uint32_t h, in createWithSurfaceParent() function in android::Client