Home
last modified time | relevance | path

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

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