OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThermalZone
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZoneMonitor.java
30
private
ThermalZone
zone;
34
public ThermalZoneMonitor(
ThermalZone
tz) {
36
mThreadName = "
ThermalZone
" + zone.getZoneId();
RawThermalZone.java
25
* The RawThermalZone class extends the
ThermalZone
class, with a default
33
public class RawThermalZone extends
ThermalZone
{
ThermalManager.java
82
private static ArrayList<
ThermalZone
> sThermalZonesList;
85
public static Hashtable<String, ArrayList<
ThermalZone
>> sProfileZoneMap =
86
new Hashtable<String, ArrayList<
ThermalZone
>>();
568
for (
ThermalZone
zone : sThermalZonesList) {
627
sThermalZonesList = (ArrayList<
ThermalZone
>) entryProfZone.getValue();
629
for (
ThermalZone
zone : sThermalZonesList) {
653
for (
ThermalZone
zone : sThermalZonesList) {
ThermalService.java
101
private
ThermalZone
mCurrZone = null;
104
private ArrayList<
ThermalZone
> mThermalZones = null;
311
mThermalZones = new ArrayList<
ThermalZone
>();
580
ArrayList<
ThermalZone
> tzList = (ArrayList<
ThermalZone
>) entry.getValue();
582
for (
ThermalZone
tz : tzList) tz.printAttrs();
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;
VirtualThermalZone.java
27
* The VirtualThermalZone class extends the
ThermalZone
class, with a default
32
public class VirtualThermalZone extends
ThermalZone
{
ThermalCooling.java
479
+
ThermalZone
.getEventTypeAsString(thermEvent) + ", " + zoneTemp + ")");
[
all
...]
Completed in 1834 milliseconds