Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h95 ThrottlingArray i_cutoff; member
Dconfig_parser.cpp409 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorInfo() local
410 i_cutoff.fill(NAN); in ParseSensorInfo()
483 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["I_Cutoff"], &i_cutoff, false, in ParseSensorInfo()
496 std::isnan(i_cutoff[j])) { in ParseSensorInfo()
656 s_power, i_cutoff, binded_cdev_info_map}); in ParseSensorInfo()
/hardware/google/pixel/thermal/
DThermal.cpp376 *dump_buf << name_info_pair.second.throttling_info->i_cutoff[i] << " "; in dumpThrottlingInfo()