HomeSort by relevance Sort by last modified time
    Searched refs:ISurfaceComposer (Results 1 - 22 of 22) sorted by null

  /frameworks/native/include/private/gui/
ComposerService.h 32 class ISurfaceComposer;
40 sp<ISurfaceComposer> mComposerService;
46 static sp<ISurfaceComposer> getComposerService();
  /frameworks/native/libs/gui/
ISurfaceComposer.cpp 30 #include <gui/ISurfaceComposer.h>
45 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
49 : BpInterface<ISurfaceComposer>(impl)
57 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
66 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
74 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
83 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
98 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
109 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor());
126 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor())
    [all...]
SurfaceComposerClient.cpp 35 #include <gui/ISurfaceComposer.h>
59 sp<ISurfaceComposer> ComposerService::getComposerService() {
67 static inline sp<ISurfaceComposer> getComposerService() {
98 mOrientation(ISurfaceComposer::eOrientationUnchanged),
141 sp<ISurfaceComposer> sm(getComposerService());
153 mOrientation = ISurfaceComposer::eOrientationUnchanged;
156 flags |= ISurfaceComposer::eSynchronous;
187 s->what |= ISurfaceComposer::ePositionChanged;
199 s->what |= ISurfaceComposer::eSizeChanged;
215 s->what |= ISurfaceComposer::eLayerChanged
    [all...]
DisplayEventReceiver.cpp 24 #include <gui/ISurfaceComposer.h>
35 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
Android.mk 17 ISurfaceComposer.cpp \
SurfaceTextureClient.cpp 26 #include <gui/ISurfaceComposer.h>
273 sp<ISurfaceComposer> composer(
Surface.cpp 38 #include <gui/ISurfaceComposer.h>
BufferQueue.cpp 28 #include <gui/ISurfaceComposer.h>
108 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
    [all...]
SurfaceTexture.cpp 32 #include <gui/ISurfaceComposer.h>
  /frameworks/native/services/surfaceflinger/tests/screencap/
screencap.cpp 24 #include <gui/ISurfaceComposer.h>
39 sp<ISurfaceComposer> composer;
  /frameworks/native/services/surfaceflinger/
LayerScreenshot.cpp 81 if (!(flags & ISurfaceComposer::eHidden)) {
91 if (draw.flags & ISurfaceComposer::eLayerHidden) {
92 if (!(curr.flags & ISurfaceComposer::eLayerHidden)) {
99 } else if (curr.flags & ISurfaceComposer::eLayerHidden) {
SurfaceFlinger.cpp 256 dcblk->orientation = ISurfaceComposer::eOrientationDefault;
625 if (CC_LIKELY(!(s.flags & ISurfaceComposer::eLayerHidden) && s.alpha)) {
    [all...]
Layer.cpp 204 mSecure = (flags & ISurfaceComposer::eSecure) ? true : false;
205 mProtectedByApp = (flags & ISurfaceComposer::eProtectedByApp) ? true : false;
206 mOpaqueLayer = (flags & ISurfaceComposer::eOpaque);
LayerBase.cpp 81 if (flags & ISurfaceComposer::eHidden)
82 layerFlags = ISurfaceComposer::eLayerHidden;
84 if (flags & ISurfaceComposer::eNonPremultiplied)
SurfaceFlinger.h 37 #include <gui/ISurfaceComposer.h>
166 // ISurfaceComposer interface
283 : orientation(ISurfaceComposer::eOrientationDefault),
  /frameworks/native/include/gui/
ISurfaceComposer.h 40 class ISurfaceComposer : public IInterface
146 class BnSurfaceComposer : public BnInterface<ISurfaceComposer>
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 20 #include <gui/ISurfaceComposer.h>
87 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
SurfaceTexture_test.cpp 27 #include <gui/ISurfaceComposer.h>
    [all...]
  /frameworks/base/services/jni/
com_android_server_PowerManagerService.cpp 27 #include <gui/ISurfaceComposer.h>
148 sp<ISurfaceComposer> s(ComposerService::getComposerService());
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 21 #include <gui/ISurfaceComposer.h>
58 sp<ISurfaceComposer> sf(ComposerService::getComposerService());
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 27 #include <gui/ISurfaceComposer.h>
61 sp<ISurfaceComposer> composer(ComposerService::getComposerService());
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 31 #include <gui/ISurfaceComposer.h>
    [all...]

Completed in 200 milliseconds