Home
last modified time | relevance | path

Searched defs:EventRegistration (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/chre/core/include/chre/core/
H A Dnanoapp.h228 struct EventRegistration { struct
229 EventRegistration(uint16_t eventType_, uint16_t groupIdMask_) in EventRegistration() argument
240 DynamicVector<EventRegistration> mRegisteredEvents; argument
/aosp12/hardware/qcom/sdm845/display/libhistogram/
H A Dhistogram_collector.cpp237 struct EventRegistration struct
239 static std::unique_ptr<EventRegistration> create( in create()
249 ~EventRegistration() { in ~EventRegistration()
254 EventRegistration(int drm_fd, int crtc_id, int histogram_property) : in EventRegistration() function
265 std::unique_ptr<HistogramRAIIEnabler> property_registration;
266 int const fd; //non-owning.
267 struct drm_msm_event_req req = {};
/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h112 enum class EventRegistration { enum