Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h137 bool parsePressureStallWords(const std::vector<std::string> &words, std::vector<long> *store,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp1159 if (!parsePressureStallWords(words, store, line_save_idx)) in parsePressureStallFileContent()
1174 bool MmMetricsReporter::parsePressureStallWords(const std::vector<std::string> &words, in parsePressureStallWords() function in android::hardware::google::pixel::MmMetricsReporter