Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp653 for (size_t cdev_scaling_idx = 0, cdev_ceiling_idx = 0; in ParseBindedCdevInfo() local
654 cdev_scaling_idx < cdev_scaling_frequency.size() && in ParseBindedCdevInfo()
656 if (cdev_scaling_frequency.at(cdev_scaling_idx) <= in ParseBindedCdevInfo()
658 cdev_ceiling[cdev_ceiling_idx] = cdev_scaling_idx; in ParseBindedCdevInfo()
663 cdev_scaling_idx += 1; in ParseBindedCdevInfo()
732 for (size_t cdev_scaling_idx = 0, limit_info_idx = 0; in ParseBindedCdevInfo() local
733 cdev_scaling_idx < cdev_scaling_frequency.size() && in ParseBindedCdevInfo()
735 if (cdev_scaling_frequency.at(cdev_scaling_idx) <= in ParseBindedCdevInfo()
737 limit_info[limit_info_idx] = cdev_scaling_idx; in ParseBindedCdevInfo()
741 cdev_scaling_idx += 1; in ParseBindedCdevInfo()