Home
last modified time | relevance | path

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

/device/google/gs-common/powerstats/
DAdaptiveDvfsStateResidencyDataProvider.cpp40 std::vector<std::pair<std::string, std::string>> powerEntities) in AdaptiveDvfsStateResidencyDataProvider() argument
47 for (int32_t i = 0; i < powerEntities.size(); i++) {
48 std::string freqPath = powerEntities[i].second + pathSuffix;
73 mPowerEntities.push_back({powerEntities[i].first, std::move(states)});
/device/google/gs-common/powerstats/include/
DAdaptiveDvfsStateResidencyDataProvider.h36 std::vector<std::pair<std::string, std::string>> powerEntities);