Home
last modified time | relevance | path

Searched refs:EventRegistrationFlags (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DEventThread.h86 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
100 const ISurfaceComposer::EventRegistrationFlags mEventRegistration;
116 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const = 0;
162 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) const override;
H A DScheduler.h85 ConnectionHandle, ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
250 EventThread*, ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
H A DEventThread.cpp156 ISurfaceComposer::EventRegistrationFlags eventRegistration) in EventThreadConnection()
273 ISurfaceComposer::EventRegistrationFlags eventRegistration) const { in createEventConnection()
H A DScheduler.cpp290 EventThread* eventThread, ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createConnectionInternal()
295 ConnectionHandle handle, ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createDisplayEventConnection()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockEventThread.h32 ISurfaceComposer::EventRegistrationFlags));
/aosp12/frameworks/native/libs/gui/include/gui/
H A DDisplayEventDispatcher.h43 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
H A DDisplayEventReceiver.h115 ISurfaceComposer::EventRegistrationFlags eventRegistration = {});
H A DISurfaceComposer.h117 using EventRegistrationFlags = Flags<EventRegistration>; variable
127 EventRegistrationFlags eventRegistration = {}) = 0;
/aosp12/frameworks/native/libs/gui/
H A DDisplayEventReceiver.cpp37 ISurfaceComposer::EventRegistrationFlags eventRegistration) { in DisplayEventReceiver()
H A DDisplayEventDispatcher.cpp38 ISurfaceComposer::EventRegistrationFlags eventRegistration) in DisplayEventDispatcher()
H A DISurfaceComposer.cpp225 VsyncSource vsyncSource, EventRegistrationFlags eventRegistration) override { in createDisplayEventConnection()
1404 EventRegistrationFlags eventRegistration = in onTransact()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp69 ISurfaceComposer::EventRegistrationFlags eventRegistration) in MockEventThreadConnection()
84 ISurfaceComposer::EventRegistrationFlags eventRegistration = {},
185 ISurfaceComposer::EventRegistrationFlags eventRegistration, uid_t ownerUid) { in createConnection()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h633 ISurfaceComposer::EventRegistrationFlags eventRegistration = {}) override;
H A DSurfaceFlinger.cpp1696 ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createDisplayEventConnection()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp690 ISurfaceComposer::VsyncSource, ISurfaceComposer::EventRegistrationFlags) override { in createDisplayEventConnection() argument