Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp200 const auto& post2acquireHist = layer->deltas.find("post2acquire"); in populateLayerAtom() local
201 if (post2acquireHist != layer->deltas.cend()) { in populateLayerAtom()
203 histogramToProto(post2acquireHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()