Home
last modified time | relevance | path

Searched refs:cdev_floor_with_power_link (Results 1 – 8 of 8) sorted by relevance

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h80 CdevArray cdev_floor_with_power_link; member
Dthermal_info.cpp671 CdevArray cdev_floor_with_power_link; in ParseSensorInfo() local
672 cdev_floor_with_power_link.fill(0); in ParseSensorInfo()
694 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, in ParseSensorInfo()
740 .cdev_floor_with_power_link = cdev_floor_with_power_link, in ParseSensorInfo()
Dthermal_throttling.cpp397 binded_cdev_info.cdev_floor_with_power_link[static_cast<size_t>(curr_severity)]; in computeCoolingDevicesRequest()
/hardware/google/pixel/thermal/utils/
Dthermal_info.h80 CdevArray cdev_floor_with_power_link; member
Dthermal_info.cpp211 CdevArray cdev_floor_with_power_link; in ParseBindedCdevInfo() local
212 cdev_floor_with_power_link.fill(0); in ParseBindedCdevInfo()
233 if (!getIntFromJsonValues(sub_values, &cdev_floor_with_power_link, false, false)) { in ParseBindedCdevInfo()
277 .cdev_floor_with_power_link = cdev_floor_with_power_link, in ParseBindedCdevInfo()
Dthermal_throttling.cpp663 binded_cdev_info.cdev_floor_with_power_link[static_cast<size_t>(curr_severity)]; in computeCoolingDevicesRequest()
/hardware/google/pixel/thermal/pid_1_0/
DThermal.cpp422 *dump_buf << binded_cdev_info_pair.second.cdev_floor_with_power_link[i] in dumpThrottlingInfo()
/hardware/google/pixel/thermal/
DThermal.cpp428 *dump_buf << binded_cdev_info_pair.second.cdev_floor_with_power_link[i] in dumpThrottlingInfo()