Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/include/pixelpowerstats/
DGenericStateResidencyDataProvider.h18 std::string entryCountPrefix; variable
/hardware/google/pixel/powerstats/
DGenericStateResidencyDataProvider.cpp72 if (config.entryCountSupported && utils::extractStat(line, config.entryCountPrefix, stat)) { in parseState()