HomeSort by relevance Sort by last modified time
    Searched defs:SurfaceComposerClient (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
SurfaceComposerClient.h 49 class SurfaceComposerClient : public RefBase
53 SurfaceComposerClient();
54 virtual ~SurfaceComposerClient();
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 17 #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>& client, const sp<IBinder>& id
    [all...]

Completed in 1000 milliseconds