OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThermalUtils
(Results
1 - 7
of
7
) sorted by null
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensor.java
61
int indx =
ThermalUtils
.getThermalZoneIndex(mSensorName);
66
indx =
ThermalUtils
.getThermalZoneIndexContains("battery");
125
return
ThermalUtils
.isFileExists(path);
222
int val =
ThermalUtils
.readSysfsTemp(mInputTempPath);
ThermalZone.java
517
newZoneState =
ThermalUtils
.calculateThermalState(mZoneTemp, mZoneTempThresholds);
527
int threshold =
ThermalUtils
.getLowerThresholdTemp(prevZoneState, mZoneTempThresholds);
612
int lowerTripPoint =
ThermalUtils
.getLowerThresholdTemp(zoneState, getZoneTempThreshold());
613
int upperTripPoint =
ThermalUtils
.getUpperThresholdTemp(zoneState, getZoneTempThreshold());
616
if (
ThermalUtils
.writeSysfs(s.getSensorLowTempPath(), lowerTripPoint) == -1) {
620
if (
ThermalUtils
.writeSysfs(s.getSensorHighTempPath(), upperTripPoint) == -1) {
ThermalCoolingDevice.java
120
int indx =
ThermalUtils
.getCoolingDeviceIndexContains(mDeviceName);
VirtualThermalZone.java
55
int indx =
ThermalUtils
.getThermalZoneIndex(getZoneName());
160
int ret =
ThermalUtils
.writeSysfs(path, temp);
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 190 milliseconds