Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.cpp755 std::string state2power_str; in initializeCoolingDevices() local
756 if (::android::base::ReadFileToString(state2power_path, &state2power_str)) { in initializeCoolingDevices()
761 std::stringstream power(state2power_str); in initializeCoolingDevices()