Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/include/private/gui/
DComposerService.h31 class ISurfaceComposer; variable
43 sp<ISurfaceComposer> mComposerService;
54 static sp<ISurfaceComposer> getComposerService();
DComposerServiceAIDL.h41 sp<gui::ISurfaceComposer> mComposerService;
53 static sp<gui::ISurfaceComposer> getComposerService();
/frameworks/native/libs/gui/include/gui/
DWindowInfosListenerReporter.h36 const sp<gui::ISurfaceComposer>&,
39 const sp<gui::ISurfaceComposer>& surfaceComposer);
40 void reconnect(const sp<gui::ISurfaceComposer>&);
DDisplayEventReceiver.h41 using EventRegistrationFlags = ftl::Flags<gui::ISurfaceComposer::EventRegistration>;
132 explicit DisplayEventReceiver(gui::ISurfaceComposer::VsyncSource vsyncSource =
133 gui::ISurfaceComposer::VsyncSource::eVsyncSourceApp,
DDisplayEventDispatcher.h27 gui::ISurfaceComposer::VsyncSource vsyncSource =
28 gui::ISurfaceComposer::VsyncSource::eVsyncSourceApp,
DISurfaceComposer.h92 class ISurfaceComposer: public IInterface {
124 class BnSurfaceComposer: public BnInterface<ISurfaceComposer> {
DSurface.h39 class ISurfaceComposer; variable
42 class ISurfaceComposer; variable
232 virtual sp<ISurfaceComposer> composerService() const;
233 virtual sp<gui::ISurfaceComposer> composerServiceAIDL() const;
/frameworks/native/services/surfaceflinger/tests/
DBinder_test.cpp44 sp<gui::ISurfaceComposer> mISurfaceComposerAidl;
45 sp<ISurfaceComposer> mISurfaceComposer;
52 mISurfaceComposerAidl = waitForService<gui::ISurfaceComposer>(String16("SurfaceFlingerAIDL")); in BinderTest()
53 mISurfaceComposer = waitForService<ISurfaceComposer>(String16("SurfaceFlinger")); in BinderTest()
56 ->createDisplayEventConnection(gui::ISurfaceComposer::VsyncSource::eVsyncSourceApp, in BinderTest()
57 gui::ISurfaceComposer::EventRegistration(0), {}, in BinderTest()
DHdrSdrRatioOverlay_test.cpp42 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in sendCommandToSf()
DRefreshRateOverlay_test.cpp44 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in sendCommandToSf()
DBootDisplayMode_test.cpp79 sp<gui::ISurfaceComposer> mSf;
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameScheduler.h25 class ISurfaceComposer; variable
37 sp<gui::ISurfaceComposer> mComposer;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_HdrOutputControlTest.cpp33 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST()
42 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST()
60 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in TEST()
DEventThreadTest.cpp213 gui::ISurfaceComposer::EventRegistration::modeChanged | in setupEventThread()
214 gui::ISurfaceComposer::EventRegistration::frameRateOverride); in setupEventThread()
216 gui::ISurfaceComposer::EventRegistration::modeChanged, in setupEventThread()
/frameworks/native/libs/gui/
DWindowInfosListenerReporter.cpp36 const sp<gui::ISurfaceComposer>& surfaceComposer, in addWindowInfosListener()
66 const sp<gui::ISurfaceComposer>& surfaceComposer) { in removeWindowInfosListener()
115 void WindowInfosListenerReporter::reconnect(const sp<gui::ISurfaceComposer>& composerService) { in reconnect()
DISurfaceComposer.cpp53 class BpSurfaceComposer : public BpInterface<ISurfaceComposer>
57 : BpInterface<ISurfaceComposer>(impl) in BpSurfaceComposer()
71 data.writeInterfaceToken(ISurfaceComposer::getInterfaceDescriptor()); in setTransactionState()
110 if (flags & ISurfaceComposer::eOneWay) { in setTransactionState()
133 CHECK_INTERFACE(ISurfaceComposer, data, reply); in onTransact()
DDisplayEventReceiver.cpp36 DisplayEventReceiver::DisplayEventReceiver(gui::ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventReceiver()
39 sp<gui::ISurfaceComposer> sf(ComposerServiceAIDL::getComposerService()); in DisplayEventReceiver()
45 gui::ISurfaceComposer::EventRegistration>( in DisplayEventReceiver()
DSurfaceComposerClient.cpp102 mComposerService = waitForService<ISurfaceComposer>(name); in connectLocked()
124 /*static*/ sp<ISurfaceComposer> ComposerService::getComposerService() { in getComposerService()
149 mComposerService = waitForService<gui::ISurfaceComposer>(name); in connectLocked()
171 /*static*/ sp<gui::ISurfaceComposer> ComposerServiceAIDL::getComposerService() { in getComposerService()
1056 sp<ISurfaceComposer> sf(ComposerService::getComposerService()); in doUncacheBufferTransaction()
1063 ISurfaceComposer::eOneWay, in doUncacheBufferTransaction()
1215 flags |= ISurfaceComposer::eAnimation; in apply()
1222 flags |= ISurfaceComposer::eOneWay; in apply()
1229 flags |= ISurfaceComposer::eEarlyWakeupStart; in apply()
1232 flags |= ISurfaceComposer::eEarlyWakeupEnd; in apply()
[all …]
DDisplayEventDispatcher.cpp43 gui::ISurfaceComposer::VsyncSource vsyncSource, in DisplayEventDispatcher()
/frameworks/native/cmds/sfdo/
Dsfdo.rs16 use android_gui::{aidl::android::gui::ISurfaceComposer::ISurfaceComposer, binder};
86 let composer_service = match binder::get_interface::<dyn ISurfaceComposer>(SERVICE_IDENTIFIER) { in main()
/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp248 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
268 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
290 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
309 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
334 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
363 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
399 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
421 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in TEST_F()
DSamplingDemo.cpp136 sp<gui::ISurfaceComposer> composer = ComposerServiceAIDL::getComposerService(); in main()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp46 mComposer = interface_cast<gui::ISurfaceComposer>(sm->checkService(name)); in updateVsync()
/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl56 interface ISurfaceComposer { interface
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp110 static_cast<gui::ISurfaceComposer::VsyncSource>(vsyncSource), in NativeDisplayEventReceiver()
111 static_cast<gui::ISurfaceComposer::EventRegistration>( in NativeDisplayEventReceiver()

12