Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/TimeStats/
H A DTimeStats.cpp108 histogramToProto(mTimeStats.frameDurationLegacy.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom()
111 mMaxPulledHistogramBuckets); in populateGlobalAtom()
129 mMaxPulledHistogramBuckets); in populateGlobalAtom()
132 mMaxPulledHistogramBuckets); in populateGlobalAtom()
178 histogramToProto(present2PresentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
183 histogramToProto(post2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
188 histogramToProto(acquire2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
193 histogramToProto(latch2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
203 histogramToProto(post2acquireHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
223 mMaxPulledHistogramBuckets); in populateLayerAtom()
[all …]
H A DTimeStats.h311 size_t mMaxPulledHistogramBuckets = 6; variable