Searched refs:histogramForEach (Results 1 – 3 of 3) sorted by relevance
123 histogramForEach([fd](HistogramEntry entry) { in dump()167 void ProfileData::histogramForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramForEach() function in android::uirenderer::ProfileData
70 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const;
197 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()