Searched defs:SurfaceComposerClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h47 class SurfaceComposerClient : public RefBase class in namespace:android
51 SurfaceComposerClient();
52 virtual ~SurfaceComposerClient();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp17 #define LOG_TAG "SurfaceComposerClient"
37 #include <gui/SurfaceComposerClient.h>
129 const sp<SurfaceComposerClient>& client, SurfaceID id);
137 status_t setPosition(const sp<SurfaceComposerClient>& client, SurfaceID id,
139 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
141 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
143 status_t setFlags(const sp<SurfaceComposerClient>& client, SurfaceID id,
146 const sp<SurfaceComposerClient>& client, SurfaceID id,
148 status_t setAlpha(const sp<SurfaceComposerClient>& client, SurfaceID id,
150 status_t setMatrix(const sp<SurfaceComposerClient>
398 SurfaceComposerClient::SurfaceComposerClient() function in class:android::SurfaceComposerClient
[all...]

Completed in 60 milliseconds