Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h200 ThrottlingArray i_cutoff; member
Dthermal_info.cpp848 std::array<float, kThrottlingSeverityCount> i_cutoff; in ParseSensorThrottlingInfo() local
849 i_cutoff.fill(NAN); in ParseSensorThrottlingInfo()
917 !getFloatFromJsonValues(sensor["PIDInfo"]["I_Cutoff"], &i_cutoff, false, false)) { in ParseSensorThrottlingInfo()
944 std::isnan(min_alloc_power[j]) || std::isnan(i_cutoff[j])) { in ParseSensorThrottlingInfo()
1029 min_alloc_power, s_power, i_cutoff, i_default, in ParseSensorThrottlingInfo()
Dthermal_throttling.cpp239 if (err < sensor_info.throttling_info->i_cutoff[target_state]) { in updatePowerBudget()
/hardware/google/pixel/thermal/
DThermal.cpp432 *dump_buf << name_info_pair.second.throttling_info->i_cutoff[i] << " "; in dumpThrottlingInfo()