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

  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 49 class SurfaceComposerClient : public RefBase
53 SurfaceComposerClient();
54 SurfaceComposerClient(const sp<IGraphicBufferProducer>& parent);
55 virtual ~SurfaceComposerClient();
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 17 #define LOG_TAG "SurfaceComposerClient"
41 #include <gui/SurfaceComposerClient.h>
137 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id);
146 status_t setPosition(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
148 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
150 status_t setLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
152 status_t setRelativeLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
154 status_t setFlags(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
157 const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
159 status_t setAlpha(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id
    [all...]

Completed in 78 milliseconds