Searched refs:getCdevMaxRequest (Results 1 – 3 of 3) sorted by relevance
93 bool getCdevMaxRequest(std::string_view cdev_name, int *max_state);
231 max_cdev_vote = getCdevMaxRequest(binded_cdev_info_pair.first, &max_cdev_vote); in updatePowerBudget()504 if (!getCdevMaxRequest(binded_cdev_info_pair.first, &max_cdev_vote)) { in allocatePowerToCdev()871 bool ThermalThrottling::getCdevMaxRequest(std::string_view cdev_name, int *max_state) { in getCdevMaxRequest() function in aidl::android::hardware::thermal::implementation::ThermalThrottling
598 if (thermal_throttling_.getCdevMaxRequest(target_cdev, &max_state)) { in updateCoolingDevices()