Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/
DISurfaceComposer.cpp46 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
50 : BpInterface<ISurfaceComposer>(impl) in BpSurfaceComposer()
59 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in createConnection()
67 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in createGraphicBufferAlloc()
78 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in setTransactionState()
97 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in bootFinished()
106 ISurfaceComposer::Rotation rotation) in captureScreen()
109 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in captureScreen()
129 ISurfaceComposer::getInterfaceDescriptor()); in authenticateSurfaceTexture()
163 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()
445 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in onFirstRef()
470 sp<ISurfaceComposer> sm(ComposerService::getComposerService()); in linkToComposerDeath()
691 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in capture()
720 sp<ISurfaceComposer> s(ComposerService::getComposerService()); in update()
732 static_cast<ISurfaceComposer::Rotation>(rotation)); in update()
749 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone); in update()
[all …]
DDisplayEventReceiver.cpp35 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in DisplayEventReceiver()
DAndroid.mk62 ISurfaceComposer.cpp \
DBufferQueueCore.cpp78 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in BufferQueueCore()
/frameworks/native/include/private/gui/
DComposerService.h32 class ISurfaceComposer; variable
44 sp<ISurfaceComposer> mComposerService;
56 static sp<ISurfaceComposer> getComposerService();
/frameworks/base/cmds/screencap/
Dscreencap.cpp45 static uint32_t DEFAULT_DISPLAY_ID = ISurfaceComposer::eDisplayIdMain;
165 ISurfaceComposer::eRotateNone, // 0 == DISPLAY_ORIENTATION_0 in main()
166 ISurfaceComposer::eRotate270, // 1 == DISPLAY_ORIENTATION_90 in main()
167 ISurfaceComposer::eRotate180, // 2 == DISPLAY_ORIENTATION_180 in main()
168 ISurfaceComposer::eRotate90, // 3 == DISPLAY_ORIENTATION_270 in main()
/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/include/media/stagefright/
DVideoFrameScheduler.h27 class ISurfaceComposer; variable
95 sp<ISurfaceComposer> mComposer;
/frameworks/native/include/gui/
DISurfaceComposer.h50 class ISurfaceComposer: public IInterface {
164 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp63 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in captureScreen()
65 ISurfaceComposer::eDisplayIdMain)); in captureScreen()
104 ISurfaceComposer::eDisplayIdMain)); in SetUp()
/frameworks/base/libs/hwui/tests/
DTestContext.cpp28 ISurfaceComposer::eDisplayIdMain)); in getBuiltInDisplay()
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp38 ISurfaceComposer::eDisplayIdMain); in WindowSurface()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp98 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in TEST_F()
99 sp<IBinder> display(sf->getBuiltInDisplay(ISurfaceComposer::eDisplayIdMain)); in TEST_F()
DStreamSplitter_test.cpp58 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in CountedAllocator()
/frameworks/base/core/jni/
Dandroid_view_GraphicBuffer.cpp104 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in android_view_GraphiceBuffer_create()
/frameworks/base/libs/hwui/renderthread/
DRenderThread.cpp171 ISurfaceComposer::eDisplayIdMain)); in initThreadLocals()
/frameworks/av/cmds/stagefright/
Dstream.cpp315 ISurfaceComposer::eDisplayIdMain)); in main()
Dcodec.cpp415 ISurfaceComposer::eDisplayIdMain)); in main()
Dmediafilter.cpp752 ISurfaceComposer::eDisplayIdMain)); in main()
/frameworks/av/media/libstagefright/
DSurfaceMediaSource.cpp65 sp<ISurfaceComposer> composer(ComposerService::getComposerService()); in SurfaceMediaSource()
DVideoFrameScheduler.cpp348 mComposer = interface_cast<ISurfaceComposer>(sm->checkService(name)); in updateVsync()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h210 bool useIdentityTransform, ISurfaceComposer::Rotation rotation);
DSurfaceFlinger.cpp2888 CHECK_INTERFACE(ISurfaceComposer, data, reply); in onTransact()
3135 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) { in captureScreen()
3158 case ISurfaceComposer::eRotateNone: in captureScreen()
3161 case ISurfaceComposer::eRotate90: in captureScreen()
3164 case ISurfaceComposer::eRotate180: in captureScreen()
3167 case ISurfaceComposer::eRotate270: in captureScreen()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp545 ISurfaceComposer::eDisplayIdMain); in recordScreen()

12