Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp196 const auto& acquire2presentHist = layer->deltas.find("acquire2present"); in populateLayerAtom() local
197 if (acquire2presentHist != layer->deltas.cend()) { in populateLayerAtom()
199 histogramToProto(acquire2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()