Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.cpp163 std::string deviceEnergyContent; in findEnergySourceToWatch() local
166 &deviceEnergyContent)) { in findEnergySourceToWatch()
167 } else if (deviceEnergyContent.size()) { in findEnergySourceToWatch()
182 std::string deviceEnergyContent; in updateEnergyValues() local
188 if (!::android::base::ReadFileToString(path, &deviceEnergyContent)) { in updateEnergyValues()
192 deviceEnergyContents.append(deviceEnergyContent); in updateEnergyValues()