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

/frameworks/native/include/gui/
H A DSurfaceComposerClient.h49 class SurfaceComposerClient : public RefBase class in namespace:android
53 SurfaceComposerClient();
54 virtual ~SurfaceComposerClient();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp17 #define LOG_TAG "SurfaceComposerClient"
38 #include <gui/SurfaceComposerClient.h>
132 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
141 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
143 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
145 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
147 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
152 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
154 status_t setMatrix(const sp<SurfaceComposerClient>
440 SurfaceComposerClient::SurfaceComposerClient() function in class:android::SurfaceComposerClient
[all...]

Completed in 1059 milliseconds