Home
last modified time | relevance | path

Searched refs:histogramForEach (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProfileData.cpp117 histogramForEach([fd](HistogramEntry entry) { in dump()
161 void ProfileData::histogramForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramForEach() function in android::uirenderer::ProfileData
DProfileData.h71 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const;
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp195 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()