Searched refs:IDLHistogram (Results 1 – 7 of 7) sorted by relevance
26 class IDLHistogram : public HistogramInfo {28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram() function29 virtual ~IDLHistogram() {} in ~IDLHistogram()
27 class IDLHistogram : public HistogramInfo {29 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram() function30 virtual ~IDLHistogram() {} in ~IDLHistogram()
56 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) { in registerHistogramInfo()159 std::shared_ptr<IDLHistogram> mHistogramInfo;
44 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) override;
212 const std::shared_ptr<IDLHistogram> &info) { in registerHistogramInfo()
66 struct HistogramReceiver : public IDLHistogram {
409 virtual void registerHistogramInfo(const std::shared_ptr<IDLHistogram> &info) { return; } in registerHistogramInfo()