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