Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp40 constexpr int sHistogramSize = variable
110 proto->mutable_histogram()->Reserve(sHistogramSize); in mergeProfileDataIntoProto()
112 } else if (proto->histogram_size() != sHistogramSize) { in mergeProfileDataIntoProto()
114 proto->histogram_size(), sHistogramSize); in mergeProfileDataIntoProto()