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