Searched refs:DEVICE_TEMPERATURE_CPU (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/services/thermalservice/libthermalcallback/
H A DThermalCallback.cpp37 type = DEVICE_TEMPERATURE_CPU;
/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java20 import static android.os.HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU;
134 dumpTempValues(PKG, pw, DEVICE_TEMPERATURE_CPU, "CPU ");
/frameworks/base/core/java/android/os/
H A DHardwarePropertiesManager.java44 DEVICE_TEMPERATURE_CPU,
69 public static final int DEVICE_TEMPERATURE_CPU = Constants.TemperatureType.CPU; field in class:HardwarePropertiesManager
110 * @param type type of requested device temperature, one of {@link #DEVICE_TEMPERATURE_CPU},
126 case DEVICE_TEMPERATURE_CPU:

Completed in 96 milliseconds