Searched refs:max_alloc_power (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | config_parser.h | 92 ThrottlingArray max_alloc_power; member
|
D | config_parser.cpp | 403 std::array<float, kThrottlingSeverityCount> max_alloc_power; in ParseSensorInfo() local 404 max_alloc_power.fill(NAN); in ParseSensorInfo() 457 !getFloatFromJsonValues(sensors[i]["PIDInfo"]["MaxAllocPower"], &max_alloc_power, in ParseSensorInfo() 495 std::isnan(max_alloc_power[j]) || std::isnan(min_alloc_power[j]) || in ParseSensorInfo() 655 new ThrottlingInfo{k_po, k_pu, k_i, k_d, i_max, max_alloc_power, min_alloc_power, in ParseSensorInfo()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 361 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()
|