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

  /external/devlib/devlib/module/
thermal.py 44 class ThermalZone(object):
99 self.zones[int(_id)] = ThermalZone(self.target, self.thermal_root, _id)
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 28 * The ThermalZone class contains attributes of a Thermal zone. A Thermal zone
32 public class ThermalZone {
34 private static final String TAG = "ThermalZone";
190 public ThermalZone() {
324 * 3, Critical = 4. Whereas a ThermalZone states are enumerated as TOFF =
454 // override in Specific zone class which inherit ThermalZone
458 // override in Specific zone class which inherit ThermalZone
575 ThermalZone zone;

Completed in 480 milliseconds