Searched refs:SurfaceComposerClient (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/include/android_runtime/
H A Dandroid_view_SurfaceSession.h24 class SurfaceComposerClient;
26 /* Gets the underlying SurfaceComposerClient for a SurfaceSession. */
27 extern sp<SurfaceComposerClient> android_view_SurfaceSession_getClient(
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp26 #include <gui/SurfaceComposerClient.h>
35 sp<SurfaceComposerClient> android_view_SurfaceSession_getClient(
37 return reinterpret_cast<SurfaceComposerClient*>(
43 SurfaceComposerClient* client = new SurfaceComposerClient();
49 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr);
54 SurfaceComposerClient* client = reinterpret_cast<SurfaceComposerClient*>(ptr);
H A Dandroid_view_Surface.cpp30 #include <gui/SurfaceComposerClient.h>
278 sp<SurfaceComposerClient> client(android_view_SurfaceSession_getClient(env, sessionObj));
523 SurfaceComposerClient::openGlobalTransaction();
527 SurfaceComposerClient::closeGlobalTransaction();
531 SurfaceComposerClient::setAnimationTransaction();
653 sp<IBinder> token(SurfaceComposerClient::getBuiltInDisplay(id));
660 sp<IBinder> token(SurfaceComposerClient::createDisplay(
671 SurfaceComposerClient::setDisplaySurface(token, surfaceTexture);
679 SurfaceComposerClient::setDisplayLayerStack(token, layerStack);
699 SurfaceComposerClient
[all...]
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp26 #include <gui/SurfaceComposerClient.h>
39 sp<SurfaceComposerClient> client = new SurfaceComposerClient();
45 SurfaceComposerClient::openGlobalTransaction();
47 SurfaceComposerClient::closeGlobalTransaction();
59 SurfaceComposerClient::openGlobalTransaction();
61 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp24 #include <gui/SurfaceComposerClient.h>
40 sp<SurfaceComposerClient> gComposerClient;
49 sp<SurfaceComposerClient> composerClient = new SurfaceComposerClient;
63 SurfaceComposerClient::openGlobalTransaction();
66 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/native/services/surfaceflinger/tests/surface/
H A Dsurface.cpp26 #include <gui/SurfaceComposerClient.h>
37 sp<SurfaceComposerClient> client = new SurfaceComposerClient();
41 SurfaceComposerClient::openGlobalTransaction();
43 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp17 #define LOG_TAG "SurfaceComposerClient"
37 #include <gui/SurfaceComposerClient.h>
129 const sp<SurfaceComposerClient>& client, SurfaceID id);
137 status_t setPosition(const sp<SurfaceComposerClient>& client, SurfaceID id,
139 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
141 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
143 status_t setFlags(const sp<SurfaceComposerClient>& client, SurfaceID id,
146 const sp<SurfaceComposerClient>& client, SurfaceID id,
148 status_t setAlpha(const sp<SurfaceComposerClient>& client, SurfaceID id,
150 status_t setMatrix(const sp<SurfaceComposerClient>
398 SurfaceComposerClient::SurfaceComposerClient() function in class:android::SurfaceComposerClient
[all...]
H A DSurface.cpp40 #include <gui/SurfaceComposerClient.h>
50 const sp<SurfaceComposerClient>& client,
98 const sp<SurfaceComposerClient>& client(mClient);
104 const sp<SurfaceComposerClient>& client(mClient);
110 const sp<SurfaceComposerClient>& client(mClient);
116 const sp<SurfaceComposerClient>& client(mClient);
122 const sp<SurfaceComposerClient>& client(mClient);
128 const sp<SurfaceComposerClient>& client(mClient);
134 const sp<SurfaceComposerClient>& client(mClient);
140 const sp<SurfaceComposerClient>
[all...]
H A DAndroid.mk24 SurfaceComposerClient.cpp \
H A DISurfaceComposerClient.cpp82 IMPLEMENT_META_INTERFACE(SurfaceComposerClient, "android.ui.ISurfaceComposerClient");
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp23 #include <gui/SurfaceComposerClient.h>
94 mComposerClient = new SurfaceComposerClient;
97 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
100 SurfaceComposerClient::getDisplayInfo(display, &info);
129 SurfaceComposerClient::openGlobalTransaction();
143 SurfaceComposerClient::closeGlobalTransaction(true);
164 sp<SurfaceComposerClient> mComposerClient;
183 SurfaceComposerClient::openGlobalTransaction();
185 SurfaceComposerClient::closeGlobalTransaction(true);
218 SurfaceComposerClient
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h34 class SurfaceComposerClient;
45 sp<SurfaceComposerClient> session() const;
88 sp<SurfaceComposerClient> mSession;
H A DBootAnimation.cpp43 #include <gui/SurfaceComposerClient.h>
70 mSession = new SurfaceComposerClient();
84 sp<SurfaceComposerClient> BootAnimation::session() const {
220 sp<IBinder> dtoken(SurfaceComposerClient::getBuiltInDisplay(
223 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &dinfo);
231 SurfaceComposerClient::openGlobalTransaction();
233 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.h27 struct SurfaceComposerClient;
63 sp<SurfaceComposerClient> mComposerClient;
H A DTunnelRenderer.cpp27 #include <gui/SurfaceComposerClient.h>
333 mComposerClient = new SurfaceComposerClient;
337 SurfaceComposerClient::getDisplayInfo(0, &info);
352 SurfaceComposerClient::openGlobalTransaction();
355 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp22 #include <gui/SurfaceComposerClient.h>
32 mComposerClient = new SurfaceComposerClient;
41 SurfaceComposerClient::openGlobalTransaction();
44 SurfaceComposerClient::closeGlobalTransaction();
55 sp<SurfaceComposerClient> mComposerClient;
/frameworks/native/include/gui/
H A DSurface.h42 class SurfaceComposerClient;
85 friend class SurfaceComposerClient;
89 const sp<SurfaceComposerClient>& client,
98 sp<SurfaceComposerClient> mClient;
H A DSurfaceComposerClient.h47 class SurfaceComposerClient : public RefBase class in namespace:android
51 SurfaceComposerClient();
52 virtual ~SurfaceComposerClient();
H A DISurfaceComposerClient.h38 DECLARE_META_INTERFACE(SurfaceComposerClient);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp37 #include <gui/SurfaceComposerClient.h>
307 sp<SurfaceComposerClient> composerClient = new SurfaceComposerClient;
310 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
313 SurfaceComposerClient::getDisplayInfo(display, &info);
330 SurfaceComposerClient::openGlobalTransaction();
333 SurfaceComposerClient::closeGlobalTransaction();
H A Dcodec.cpp38 #include <gui/SurfaceComposerClient.h>
375 sp<SurfaceComposerClient> composerClient;
380 composerClient = new SurfaceComposerClient;
383 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
386 SurfaceComposerClient::getDisplayInfo(display, &info);
402 SurfaceComposerClient::openGlobalTransaction();
405 SurfaceComposerClient::closeGlobalTransaction();
H A Dsf2.cpp39 #include <gui/SurfaceComposerClient.h>
605 sp<SurfaceComposerClient> composerClient;
610 composerClient = new SurfaceComposerClient;
623 SurfaceComposerClient::openGlobalTransaction();
626 SurfaceComposerClient::closeGlobalTransaction();
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp27 #include <gui/SurfaceComposerClient.h>
142 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay(displayId);
/frameworks/base/services/input/
H A DSpriteController.h23 #include <gui/SurfaceComposerClient.h>
271 sp<SurfaceComposerClient> mSurfaceComposerClient;
H A DSpriteController.cpp157 SurfaceComposerClient::openGlobalTransaction();
185 SurfaceComposerClient::closeGlobalTransaction();
255 SurfaceComposerClient::openGlobalTransaction();
321 SurfaceComposerClient::closeGlobalTransaction();
364 mSurfaceComposerClient = new SurfaceComposerClient();

Completed in 3066 milliseconds

12