Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp65 std::string histogramToProtoByteString(const std::unordered_map<int32_t, int32_t>& histogram, in histogramToProtoByteString() function
110 histogramToProtoByteString(mTimeStats.frameDuration.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom()
114 histogramToProtoByteString(mTimeStats.renderEngineTiming.hist, in populateGlobalAtom()
154 std::string bytes = histogramToProtoByteString(histogram->second.hist, in populateLayerAtom()