Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp132 SFTimeStatsHistogramBucketProto* histProto = deltaProto->add_histograms(); in toProto() local
133 histProto->set_time_millis(histEle.first); in toProto()
134 histProto->set_frame_count(histEle.second); in toProto()
157 SFTimeStatsHistogramBucketProto* histProto = globalProto.add_present_to_present(); in toProto() local
158 histProto->set_time_millis(histEle.first); in toProto()
159 histProto->set_frame_count(histEle.second); in toProto()