/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 49 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 …]
|
D | DisplayEventReceiver.cpp | 36 ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventReceiver() 37 ISurfaceComposer::EventRegistrationFlags eventRegistration) { in DisplayEventReceiver() 38 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in DisplayEventReceiver()
|
D | TransactionTracing.cpp | 35 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in getInstance()
|
D | DisplayEventDispatcher.cpp | 37 const sp<Looper>& looper, ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventDispatcher() 38 ISurfaceComposer::EventRegistrationFlags eventRegistration) in DisplayEventDispatcher()
|
D | SurfaceComposerClient.cpp | 70 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/ |
D | ComposerService.h | 31 class ISurfaceComposer; variable 43 sp<ISurfaceComposer> mComposerService; 54 static sp<ISurfaceComposer> getComposerService();
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TransactionApplicationTest.cpp | 147 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()
|
D | EventThreadTest.cpp | 69 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/ |
D | DisplayEventDispatcher.h | 42 ISurfaceComposer::VsyncSource vsyncSource = ISurfaceComposer::eVsyncSourceApp, 43 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
|
D | DisplayEventReceiver.h | 114 ISurfaceComposer::VsyncSource vsyncSource = ISurfaceComposer::eVsyncSourceApp, 115 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
|
D | ISurfaceComposer.h | 84 class ISurfaceComposer: public IInterface { 559 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
|
D | LayerState.h | 371 std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>> excludeHandles;
|
D | Surface.h | 38 class ISurfaceComposer; variable 198 virtual sp<ISurfaceComposer> composerService() const;
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | VideoFrameScheduler.h | 24 class ISurfaceComposer; variable 35 sp<ISurfaceComposer> mComposer;
|
/frameworks/native/libs/vr/libvrflinger/tests/ |
D | vrflinger_test.cpp | 50 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/ |
D | RegionSampling_test.cpp | 244 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()
|
D | SamplingDemo.cpp | 123 sp<ISurfaceComposer> composer = ComposerService::getComposerService(); in main()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.h | 86 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}); 100 const ISurfaceComposer::EventRegistrationFlags mEventRegistration; 116 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const = 0; 163 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const override;
|
D | EventThread.cpp | 156 ISurfaceComposer::EventRegistrationFlags eventRegistration) in EventThreadConnection() 273 ISurfaceComposer::EventRegistrationFlags eventRegistration) const { in createEventConnection() 531 ISurfaceComposer::EventRegistration::modeChanged); in shouldConsumeEvent() 564 ISurfaceComposer::EventRegistration::frameRateOverride); in shouldConsumeEvent()
|
D | Scheduler.h | 85 ConnectionHandle, ISurfaceComposer::EventRegistrationFlags eventRegistration = {}); 218 EventThread*, ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
|
/frameworks/av/media/libstagefright/ |
D | VideoFrameScheduler.cpp | 45 mComposer = interface_cast<ISurfaceComposer>(sm->checkService(name)); in updateVsync()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockEventThread.h | 32 ISurfaceComposer::EventRegistrationFlags));
|
/frameworks/native/services/surfaceflinger/tests/ |
D | RefreshRateOverlay_test.cpp | 40 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in sendCommandToSf()
|
/frameworks/base/core/jni/ |
D | android_view_DisplayEventReceiver.cpp | 83 static_cast<ISurfaceComposer::VsyncSource>(vsyncSource), in NativeDisplayEventReceiver() 84 static_cast<ISurfaceComposer::EventRegistration>(eventRegistration)), in NativeDisplayEventReceiver()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 632 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;
|