Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/dataproviders/
DIioEnergyMeterDataSelector.cpp126 const std::unordered_map<std::string, std::string> &devicePaths) in IioEnergyMeterDataSelector() argument
127 : kDevicePaths(std::move(devicePaths)) { in IioEnergyMeterDataSelector()
/hardware/google/pixel/powerstats/include/dataproviders/
DIioEnergyMeterDataSelector.h36 IioEnergyMeterDataSelector(const std::unordered_map<std::string, std::string> &devicePaths);
/hardware/interfaces/power/stats/1.0/default/
DPowerStats.cpp76 mPm.devicePaths.push_back(filePath); in findIioPowerMonitorNodes()
91 for (const auto& path : mPm.devicePaths) { in parsePowerRails()
175 for (const auto& devicePath : mPm.devicePaths) { in parseIioEnergyNodes()
188 if (mPm.devicePaths.empty() || numRails == 0) { in PowerStats()
DPowerStats.h58 std::vector<std::string> devicePaths; member