Searched refs:EventRegistration (Results 1 – 1 of 1) sorted by relevance
237 struct EventRegistration struct239 static std::unique_ptr<EventRegistration> create( in create() argument241 auto reg = std::unique_ptr<EventRegistration>( in create()242 new EventRegistration(drm_fd, crtc_id, histogram_property)); in create()249 ~EventRegistration() { in ~EventRegistration() argument254 EventRegistration(int drm_fd, int crtc_id, int histogram_property) : in EventRegistration() function261 EventRegistration(EventRegistration const&) = delete;262 EventRegistration operator&(EventRegistration const&) = delete;495 std::unique_ptr<EventRegistration> hist_registration = nullptr; in collecting_thread()508 hist_registration = EventRegistration::create( in collecting_thread()