Searched refs:HistogramRAIIEnabler (Results 1 – 1 of 1) sorted by relevance
208 struct HistogramRAIIEnabler struct210 static std::unique_ptr<HistogramRAIIEnabler> create(int fd, int crtc_id, int histogram_prop) { in create() argument211 auto hist = std::unique_ptr<HistogramRAIIEnabler>( in create()212 new HistogramRAIIEnabler(fd, crtc_id, histogram_prop)); in create()218 ~HistogramRAIIEnabler() { in ~HistogramRAIIEnabler() argument223 HistogramRAIIEnabler(HistogramRAIIEnabler const&) = delete;224 HistogramRAIIEnabler& operator=(HistogramRAIIEnabler const&) = delete;226 HistogramRAIIEnabler(int fd, int crtc_id, int histogram_property) : in HistogramRAIIEnabler() function255 property_registration(HistogramRAIIEnabler::create(drm_fd, crtc_id, histogram_property)), in EventRegistration()265 std::unique_ptr<HistogramRAIIEnabler> property_registration;