Home
last modified time | relevance | path

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

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