Searched refs:mMaxPulledHistogramBuckets (Results 1 – 2 of 2) sorted by relevance
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()[all …]
324 size_t mMaxPulledHistogramBuckets = 6; variable