Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.h201 float i_default; member
Dthermal_info.cpp850 float i_default = 0.0; in ParseSensorThrottlingInfo() local
929 i_default = getFloatFromValue(sensor["PIDInfo"]["I_Default"]); in ParseSensorThrottlingInfo()
930 LOG(INFO) << "Sensor[" << name << "]'s I_Default: " << i_default; in ParseSensorThrottlingInfo()
1029 min_alloc_power, s_power, i_cutoff, i_default, in ParseSensorThrottlingInfo()
Dthermal_throttling.cpp224 throttling_status.i_budget = sensor_info.throttling_info->i_default; in updatePowerBudget()