Searched defs:EventRegistration (Results 1 – 1 of 1) sorted by relevance
237 struct EventRegistration struct239 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() function265 std::unique_ptr<HistogramRAIIEnabler> property_registration;266 int const fd; //non-owning.267 struct drm_msm_event_req req = {};