Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h92 ThrottlingArray max_alloc_power; member
Dconfig_parser.cpp403 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/
DThermal.cpp361 *dump_buf << name_info_pair.second.throttling_info->max_alloc_power[i] << " "; in dumpThrottlingInfo()