Home
last modified time | relevance | path

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

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