Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp181 struct PowerEventRegistration struct
183 static std::unique_ptr<PowerEventRegistration> create(int drm_fd, int crtc_id) { in create() argument
184 … auto r = std::unique_ptr<PowerEventRegistration>(new PowerEventRegistration(drm_fd, crtc_id)); in create()
190 ~PowerEventRegistration() { in ~PowerEventRegistration() argument
194 PowerEventRegistration(PowerEventRegistration const&) = delete;
195 PowerEventRegistration operator=(PowerEventRegistration const&) = delete;
197 PowerEventRegistration(int drm_fd, int crtc_id) : in PowerEventRegistration() function
499 auto power_registration = PowerEventRegistration::create(*drm, crtc->crtc_id); in collecting_thread()