Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp42 constexpr int sHistogramSize = ProfileData::HistogramSize(); variable
186 proto->mutable_histogram()->Reserve(sHistogramSize); in mergeProfileDataIntoProto()
188 } else if (proto->histogram_size() != sHistogramSize) { in mergeProfileDataIntoProto()
190 sHistogramSize); in mergeProfileDataIntoProto()