Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp45 constexpr int sHistogramSize = ProfileData::HistogramSize(); variable
192 proto->mutable_histogram()->Reserve(sHistogramSize); in mergeProfileDataIntoProto()
194 } else if (proto->histogram_size() != sHistogramSize) { in mergeProfileDataIntoProto()
196 sHistogramSize); in mergeProfileDataIntoProto()