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

  /frameworks/base/include/surfaceflinger/
SurfaceComposerClient.h 66 class SurfaceComposerClient : public RefBase
70 SurfaceComposerClient();
71 virtual ~SurfaceComposerClient();
  /frameworks/base/libs/gui/
SurfaceComposerClient.cpp 17 #define LOG_TAG "SurfaceComposerClient"
37 #include <surfaceflinger/SurfaceComposerClient.h>
105 const sp<SurfaceComposerClient>& client, SurfaceID id);
109 status_t setPosition(const sp<SurfaceComposerClient>& client, SurfaceID id,
111 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
113 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
115 status_t setFlags(const sp<SurfaceComposerClient>& client, SurfaceID id,
118 const sp<SurfaceComposerClient>& client, SurfaceID id,
120 status_t setAlpha(const sp<SurfaceComposerClient>& client, SurfaceID id,
122 status_t setMatrix(const sp<SurfaceComposerClient>& client, SurfaceID id
    [all...]

Completed in 26 milliseconds