Lines Matching refs:mMaxPulledHistogramBuckets
112 histogramToProto(mTimeStats.frameDurationLegacy.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom()
115 mMaxPulledHistogramBuckets); in populateGlobalAtom()
133 mMaxPulledHistogramBuckets); in populateGlobalAtom()
136 mMaxPulledHistogramBuckets); in populateGlobalAtom()
183 histogramToProto(present2PresentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
189 mMaxPulledHistogramBuckets); in populateLayerAtom()
194 histogramToProto(post2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
199 histogramToProto(acquire2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
204 histogramToProto(latch2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
209 histogramToProto(desired2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
214 histogramToProto(post2acquireHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
234 mMaxPulledHistogramBuckets); in populateLayerAtom()
254 mMaxPulledHistogramBuckets = *maxPulledHistogramBuckets; in TimeStats()