OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfaceComposerClient
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/include/gui/
SurfaceComposerClient.h
48
class
SurfaceComposerClient
: public RefBase
52
SurfaceComposerClient
();
53
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 31 milliseconds