HomeSort by relevance Sort by last modified time
    Searched defs:ThermalUtils (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 30 * The ThermalUtils class contains all common utility functionality
35 public class ThermalUtils {
36 private static final String TAG = "ThermalUtils";
ThermalCooling.java 406 int indx = ThermalUtils.getCoolingDeviceIndexContains("SoC");
410 ThermalUtils.writeSysfs(path, ThermalManager.DISABLE_DYNAMIC_TURBO);
588 ThermalUtils.writeSysfs(THERMAL_SHUTDOWN_NOTIFY_PATH, 1);
724 if (!ThermalUtils.isFileExists(throttlePath))
    [all...]
ThermalService.java 533 ThermalUtils.initialiseConfigFiles(mContext);
543 ThermalUtils.getTjMax();

Completed in 52 milliseconds