Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/
DISurfaceComposer.cpp49 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
53 : BpInterface<ISurfaceComposer>(impl) in BpSurfaceComposer()
62 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in createConnection()
76 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in setTransactionState()
112 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in bootFinished()
119 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in captureDisplay()
129 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in captureDisplay()
139 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in captureLayers()
151 ISurfaceComposer::getInterfaceDescriptor()); in authenticateSurfaceTexture()
189 ISurfaceComposer::getInterfaceDescriptor()); in getSupportedFrameTimestamps()
[all …]
DDisplayEventReceiver.cpp36 ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventReceiver()
37 ISurfaceComposer::EventRegistrationFlags eventRegistration) { in DisplayEventReceiver()
38 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in DisplayEventReceiver()
DTransactionTracing.cpp35 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in getInstance()
DDisplayEventDispatcher.cpp37 const sp<Looper>& looper, ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventDispatcher()
38 ISurfaceComposer::EventRegistrationFlags eventRegistration) in DisplayEventDispatcher()
DSurfaceComposerClient.cpp70 mComposerService = waitForService<ISurfaceComposer>(name); in connectLocked()
92 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() { in getComposerService()
763 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in doUncacheBufferTransaction()
825 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in apply()
869 flags |= ISurfaceComposer::eSynchronous; in apply()
872 flags |= ISurfaceComposer::eAnimation; in apply()
878 flags |= ISurfaceComposer::eEarlyWakeupStart; in apply()
881 flags |= ISurfaceComposer::eEarlyWakeupEnd; in apply()
1793 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in onFirstRef()
1819 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in linkToComposerDeath()
[all …]
/frameworks/native/libs/gui/include/private/gui/
DComposerService.h31 class ISurfaceComposer; variable
43 sp<ISurfaceComposer> mComposerService;
54 static sp<ISurfaceComposer> getComposerService();
/frameworks/native/services/surfaceflinger/tests/unittests/
DTransactionApplicationTest.cpp147 if (flags & ISurfaceComposer::eSynchronous || syncInputWindows) { in NotPlacedOnTransactionQueue()
177 if ((flags & ISurfaceComposer::eSynchronous) || syncInputWindows) { in PlaceOnTransactionQueue()
235 if (flags & (ISurfaceComposer::eAnimation | ISurfaceComposer::eSynchronous) || in BlockedByPriorTransaction()
293 NotPlacedOnTransactionQueue(ISurfaceComposer::eSynchronous, /*syncInputWindows*/ false); in TEST_F()
297 NotPlacedOnTransactionQueue(ISurfaceComposer::eAnimation, /*syncInputWindows*/ false); in TEST_F()
305 PlaceOnTransactionQueue(ISurfaceComposer::eSynchronous, /*syncInputWindows*/ false); in TEST_F()
309 PlaceOnTransactionQueue(ISurfaceComposer::eAnimation, /*syncInputWindows*/ false); in TEST_F()
317 BlockedByPriorTransaction(ISurfaceComposer::eSynchronous, /*syncInputWindows*/ false); in TEST_F()
321 BlockedByPriorTransaction(ISurfaceComposer::eSynchronous, /*syncInputWindows*/ false); in TEST_F()
DEventThreadTest.cpp69 ISurfaceComposer::EventRegistrationFlags eventRegistration) in MockEventThreadConnection()
84 ISurfaceComposer::EventRegistrationFlags eventRegistration = {},
144 ISurfaceComposer::EventRegistration::modeChanged | in EventThreadTest()
145 ISurfaceComposer::EventRegistration::frameRateOverride); in EventThreadTest()
147 ISurfaceComposer::EventRegistration::modeChanged, in EventThreadTest()
185 ISurfaceComposer::EventRegistrationFlags eventRegistration, uid_t ownerUid) { in createConnection()
/frameworks/native/libs/gui/include/gui/
DDisplayEventDispatcher.h42 ISurfaceComposer::VsyncSource vsyncSource = ISurfaceComposer::eVsyncSourceApp,
43 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
DDisplayEventReceiver.h114 ISurfaceComposer::VsyncSource vsyncSource = ISurfaceComposer::eVsyncSourceApp,
115 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
DISurfaceComposer.h84 class ISurfaceComposer: public IInterface {
559 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
DLayerState.h371 std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>> excludeHandles;
DSurface.h38 class ISurfaceComposer; variable
198 virtual sp<ISurfaceComposer> composerService() const;
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameScheduler.h24 class ISurfaceComposer; variable
35 sp<ISurfaceComposer> mComposer;
/frameworks/native/libs/vr/libvrflinger/tests/
Dvrflinger_test.cpp50 sp<ISurfaceComposer> surface_flinger = interface_cast<ISurfaceComposer>( in Create()
124 SurfaceFlingerConnection(sp<ISurfaceComposer> surface_flinger) in SurfaceFlingerConnection()
127 sp<ISurfaceComposer> surface_flinger_ = nullptr;
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp244 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
259 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
273 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
293 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
314 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
334 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
351 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in TEST_F()
DSamplingDemo.cpp123 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in main()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h86 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
100 const ISurfaceComposer::EventRegistrationFlags mEventRegistration;
116 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const = 0;
163 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const override;
DEventThread.cpp156 ISurfaceComposer::EventRegistrationFlags eventRegistration) in EventThreadConnection()
273 ISurfaceComposer::EventRegistrationFlags eventRegistration) const { in createEventConnection()
531 ISurfaceComposer::EventRegistration::modeChanged); in shouldConsumeEvent()
564 ISurfaceComposer::EventRegistration::frameRateOverride); in shouldConsumeEvent()
DScheduler.h85 ConnectionHandle, ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
218 EventThread*, ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp45 mComposer = interface_cast<ISurfaceComposer>(sm->checkService(name)); in updateVsync()
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockEventThread.h32 ISurfaceComposer::EventRegistrationFlags));
/frameworks/native/services/surfaceflinger/tests/
DRefreshRateOverlay_test.cpp40 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in sendCommandToSf()
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp83 static_cast<ISurfaceComposer::VsyncSource>(vsyncSource), in NativeDisplayEventReceiver()
84 static_cast<ISurfaceComposer::EventRegistration>(eventRegistration)), in NativeDisplayEventReceiver()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h632 ISurfaceComposer::VsyncSource vsyncSource = eVsyncSourceApp,
633 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) override;
860 const std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>>&
1219 size_t mMaxGraphicBufferProducerListSize = ISurfaceComposer::MAX_LAYERS;
1263 std::unordered_set<sp<Layer>, ISurfaceComposer::SpHash<Layer>> mLayersWithQueuedFrames;

12