Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1121 constexpr int kNumOfWords = 5; // expected number of words separated by spaces. in parsePressureStallFileContent() local
1132 if (words.size() != kNumOfWords) { in parsePressureStallFileContent()
1134 static_cast<int>(words.size()), kNumOfWords); in parsePressureStallFileContent()