Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/libhistogram/
Dhistogram_collector.cpp208 struct HistogramRAIIEnabler struct
210 static std::unique_ptr<HistogramRAIIEnabler> create(int fd, int crtc_id, int histogram_prop) { in create() argument
211 auto hist = std::unique_ptr<HistogramRAIIEnabler>( in create()
212 new HistogramRAIIEnabler(fd, crtc_id, histogram_prop)); in create()
218 ~HistogramRAIIEnabler() { in ~HistogramRAIIEnabler() argument
223 HistogramRAIIEnabler(HistogramRAIIEnabler const&) = delete;
224 HistogramRAIIEnabler& operator=(HistogramRAIIEnabler const&) = delete;
226 HistogramRAIIEnabler(int fd, int crtc_id, int histogram_property) : in HistogramRAIIEnabler() function
255 property_registration(HistogramRAIIEnabler::create(drm_fd, crtc_id, histogram_property)), in EventRegistration()
265 std::unique_ptr<HistogramRAIIEnabler> property_registration;