Home
last modified time | relevance | path

Searched refs:HistogramEntry (Results 1 – 6 of 6) 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()
163 callback(HistogramEntry{frameTimeForFrameCountIndex(i), mFrameCounts[i]}); in histogramForEach()
166 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
DProfileData.h67 struct HistogramEntry { struct
71 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const; argument
/frameworks/av/media/libnblog/include/media/nblog/
DNBLog.h200 class HistogramEntry : public AbstractEntry {
202 explicit HistogramEntry(const uint8_t *ptr) : AbstractEntry(ptr) { in HistogramEntry() function
204 virtual ~HistogramEntry() {} in ~HistogramEntry()
/frameworks/av/include/media/nblog/
DNBLog.h200 class HistogramEntry : public AbstractEntry {
202 explicit HistogramEntry(const uint8_t *ptr) : AbstractEntry(ptr) { in HistogramEntry() function
204 virtual ~HistogramEntry() {} in ~HistogramEntry()
/frameworks/av/media/libnblog/
DNBLog.cpp74 return std::make_unique<HistogramEntry>(HistogramEntry(ptr)); in buildEntry()
234 int64_t NBLog::HistogramEntry::timestamp() const { in timestamp()
238 NBLog::log_hash_t NBLog::HistogramEntry::hash() const { in hash()
242 int NBLog::HistogramEntry::author() const { in author()
251 NBLog::EntryIterator NBLog::HistogramEntry::copyWithAuthor( in copyWithAuthor()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp193 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()