Searched refs:throttlingTemp (Results 1 – 2 of 2) sorted by relevance
35 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp, in checkDeviceTemp() argument40 && throttlingTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in checkDeviceTemp()43 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()50 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()
39 private void checkDeviceTemp(float temp, float throttlingTemp, float shutdownTemp) { in checkDeviceTemp() argument46 && throttlingTemp != HardwarePropertiesManager.UNDEFINED_TEMPERATURE) { in checkDeviceTemp()49 if (throttlingTemp > shutdownTemp) { in checkDeviceTemp()56 else if (throttlingTemp < shutdownTemp) { in checkDeviceTemp()