Searched refs:HistogramInfo (Results 1 – 4 of 4) sorted by relevance
26 class IDLHistogram : public HistogramInfo {28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
26 class HistogramInfo {58 HistogramInfo(HistogramType type) { mHistogramType = type; } in HistogramInfo() function59 virtual ~HistogramInfo() {} in ~HistogramInfo()
27 class IDLHistogram : public HistogramInfo {29 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
609 if (mHistogramInfo->getHistogramType() == HistogramInfo::HistogramType::HISTOGRAM_HIDL) { in setHistogramData()