Searched refs:PowerEventRegistration (Results 1 – 1 of 1) sorted by relevance
181 struct PowerEventRegistration struct183 static std::unique_ptr<PowerEventRegistration> create(int drm_fd, int crtc_id) { in create() argument184 … auto r = std::unique_ptr<PowerEventRegistration>(new PowerEventRegistration(drm_fd, crtc_id)); in create()190 ~PowerEventRegistration() { in ~PowerEventRegistration() argument194 PowerEventRegistration(PowerEventRegistration const&) = delete;195 PowerEventRegistration operator=(PowerEventRegistration const&) = delete;197 PowerEventRegistration(int drm_fd, int crtc_id) : in PowerEventRegistration() function499 auto power_registration = PowerEventRegistration::create(*drm, crtc->crtc_id); in collecting_thread()