Home
last modified time | relevance | path

Searched refs:EventRegistration (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DISurfaceComposer.aidl63 enum EventRegistration { enum
84 EventRegistration eventRegistration, @nullable IBinder layerHandle); in createDisplayEventConnection()
/frameworks/native/libs/gui/
DDisplayEventReceiver.cpp45 gui::ISurfaceComposer::EventRegistration>( in DisplayEventReceiver()
/frameworks/native/libs/gui/include/gui/
DDisplayEventReceiver.h41 using EventRegistrationFlags = ftl::Flags<gui::ISurfaceComposer::EventRegistration>;
/frameworks/native/services/surfaceflinger/tests/
DBinder_test.cpp57 gui::ISurfaceComposer::EventRegistration(0), {}, in BinderTest()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp213 gui::ISurfaceComposer::EventRegistration::modeChanged | in setupEventThread()
214 gui::ISurfaceComposer::EventRegistration::frameRateOverride); in setupEventThread()
216 gui::ISurfaceComposer::EventRegistration::modeChanged, in setupEventThread()
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp595 gui::ISurfaceComposer::EventRegistration::modeChanged); in shouldConsumeEvent()
628 gui::ISurfaceComposer::EventRegistration::frameRateOverride); in shouldConsumeEvent()
/frameworks/base/core/jni/
Dandroid_view_DisplayEventReceiver.cpp111 static_cast<gui::ISurfaceComposer::EventRegistration>( in NativeDisplayEventReceiver()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1578 VsyncSource vsyncSource, EventRegistration eventRegistration,
DSurfaceFlinger.cpp9673 VsyncSource vsyncSource, EventRegistration eventRegistration, in createDisplayEventConnection()
/frameworks/native/libs/gui/tests/
DSurface_test.cpp664 VsyncSource /*vsyncSource*/, EventRegistration /*eventRegistration*/, in createDisplayEventConnection() argument