Home
last modified time | relevance | path

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

/device/google/coral/powerstats/
DRailDataProvider.cpp78 mOdpm.devicePaths.push_back(filePath); in findIioPowerMonitorNodes()
93 for (const auto &path : mOdpm.devicePaths) { in parsePowerRails()
180 for (const auto &devicePath : mOdpm.devicePaths) { in parseIioEnergyNodes()
193 if (mOdpm.devicePaths.empty() || numRails == 0) { in RailDataProvider()
DRailDataProvider.h24 std::vector<std::string> devicePaths; member