Home
last modified time | relevance | path

Searched refs:ISurfaceComposer (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposer.cpp46 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
50 : BpInterface<ISurfaceComposer>(impl) in BpSurfaceComposer()
58 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in createConnection()
67 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in createGraphicBufferAlloc()
78 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in setTransactionState()
102 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in bootFinished()
111 ISurfaceComposer::Rotation rotation) in captureScreen()
114 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in captureScreen()
134 ISurfaceComposer::getInterfaceDescriptor()); in authenticateSurfaceTexture()
168 ISurfaceComposer::getInterfaceDescriptor()); in createDisplayEventConnection()
[all …]
DSurfaceComposerClient.cpp77 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() { in getComposerService()
209 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in closeGlobalTransactionImpl()
232 flags |= ISurfaceComposer::eSynchronous; in closeGlobalTransactionImpl()
235 flags |= ISurfaceComposer::eAnimation; in closeGlobalTransactionImpl()
446 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in onFirstRef()
471 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in linkToComposerDeath()
692 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in capture()
721 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in update()
733 static_cast<ISurfaceComposer::Rotation>(rotation)); in update()
750 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone); in update()
[all …]
DDisplayEventReceiver.cpp35 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in DisplayEventReceiver()
DAndroid.mk27 ISurfaceComposer.cpp \
DBufferQueueCore.cpp72 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in BufferQueueCore()
DSurface.cpp355 sp<ISurfaceComposer> composer( in query()
/frameworks/native/include/private/gui/
DComposerService.h32 class ISurfaceComposer; variable
44 sp<ISurfaceComposer> mComposerService;
56 static sp<ISurfaceComposer> getComposerService();
/frameworks/native/services/surfaceflinger/tests/screencap/
Dscreencap.cpp39 sp<ISurfaceComposer> composer; in main()
45 sp<IBinder> display(composer->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain)); in main()
/frameworks/av/media/libmediaplayerservice/
DVideoFrameScheduler.h27 struct ISurfaceComposer;
91 sp<ISurfaceComposer> mComposer;
DVideoFrameScheduler.cpp344 mComposer = interface_cast<ISurfaceComposer>(sm->checkService(name)); in updateVsync()
/frameworks/native/include/gui/
DISurfaceComposer.h51 class ISurfaceComposer: public IInterface {
165 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp59 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in captureScreen()
60 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain)); in captureScreen()
98 ISurfaceComposer::eDisplayIdMain)); in SetUp()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp96 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in TEST_F()
97 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain)); in TEST_F()
DStreamSplitter_test.cpp57 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in CountedAllocator()
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp38 ISurfaceComposer::eDisplayIdMain); in WindowSurface()
/frameworks/base/cmds/screencap/
Dscreencap.cpp40 static uint32_t DEFAULT_DISPLAY_ID = ISurfaceComposer::eDisplayIdMain;
/frameworks/base/core/jni/
Dandroid_view_GraphicBuffer.cpp116 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in android_view_GraphiceBuffer_create()
/frameworks/av/cmds/stagefright/
Dstream.cpp315 ISurfaceComposer::eDisplayIdMain)); in main()
Dcodec.cpp387 ISurfaceComposer::eDisplayIdMain)); in main()
/frameworks/av/media/libstagefright/
DSurfaceMediaSource.cpp64 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in SurfaceMediaSource()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2728 CHECK_INTERFACE(ISurfaceComposer, data, reply); in onTransact()
2960 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) { in captureScreen()
2983 case ISurfaceComposer::eRotateNone: in captureScreen()
2986 case ISurfaceComposer::eRotate90: in captureScreen()
2989 case ISurfaceComposer::eRotate180: in captureScreen()
2992 case ISurfaceComposer::eRotate270: in captureScreen()
DSurfaceFlinger.h208 bool useIdentityTransform, ISurfaceComposer::Rotation rotation);
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp542 ISurfaceComposer::eDisplayIdMain); in recordScreen()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp234 ISurfaceComposer::eDisplayIdMain)); in readyToRun()