Searched refs:HistogramType (Results 1 – 4 of 4) sorted by relevance
28 enum class HistogramType { HISTOGRAM_SAMPLING = 0, HISTOGRAM_HIDL, HISTOGRAM_TYPE_NUM }; enum56 HistogramType getHistogramType() { return mHistogramType; } in getHistogramType()58 HistogramInfo(HistogramType type) { mHistogramType = type; } in HistogramInfo()65 HistogramType mHistogramType = HistogramType::HISTOGRAM_TYPE_NUM;
28 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
29 IDLHistogram() : HistogramInfo(HistogramType::HISTOGRAM_HIDL) {} in IDLHistogram()
609 if (mHistogramInfo->getHistogramType() == HistogramInfo::HistogramType::HISTOGRAM_HIDL) { in setHistogramData()