Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/include/histogram/
Dhistogram.h26 class IDLHistogram : public HistogramInfo {
28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram() function
29 virtual ~IDLHistogram() {} in ~IDLHistogram()
/hardware/google/graphics/gs201/histogram/
Dhistogram.h27 class IDLHistogram : public HistogramInfo {
29 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram() function
30 virtual ~IDLHistogram() {} in ~IDLHistogram()
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h56 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) { in registerHistogramInfo()
159 std::shared_ptr<IDLHistogram> mHistogramInfo;
/hardware/google/graphics/gs201/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterfaceModule.h44 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) override;
DExynosDisplayDrmInterfaceModule.cpp212 const std::shared_ptr<IDLHistogram> &info) { in registerHistogramInfo()
/hardware/google/graphics/common/libhwc2.1/
Dhistogram_mediator.h66 struct HistogramReceiver : public IDLHistogram {
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h409 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) { return; } in registerHistogramInfo()