HomeSort by relevance Sort by last modified time
    Searched refs:DEVICE_TEMPERATURE_CPU (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/os/
HardwarePropertiesManager.java 41 DEVICE_TEMPERATURE_CPU, DEVICE_TEMPERATURE_GPU, DEVICE_TEMPERATURE_BATTERY,
61 public static final int DEVICE_TEMPERATURE_CPU = 0;
102 * @param type type of requested device temperature, one of {@link #DEVICE_TEMPERATURE_CPU},
118 case DEVICE_TEMPERATURE_CPU:
  /hardware/libhardware/include/hardware/
thermal.h 41 DEVICE_TEMPERATURE_CPU = 0,
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
VrTemperatureTest.java 78 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
81 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
84 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
HardwarePropertiesManagerTest.java 114 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
117 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
120 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
167 HardwarePropertiesManager.DEVICE_TEMPERATURE_CPU,
  /device/google/marlin/thermal/
thermal.c 116 ssize_t result = read_temperature(CPU_SENSORS[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
  /device/htc/flounder/thermal/
thermal.c 106 result = read_temperature(CPU_SENSOR_NUM, DEVICE_TEMPERATURE_CPU, CPU_LABEL[0], 0.001,
  /device/huawei/angler/thermal/
thermal.c 115 ssize_t result = read_temperature(CPU_SENSORS[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
  /device/lge/bullhead/thermal/
thermal.c 117 ssize_t result = read_temperature(file_name, "%f", DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
  /device/moto/shamu/thermal/
thermal.c 111 ssize_t result = read_temperature(cpu + CPU0_SENSOR_NUM, DEVICE_TEMPERATURE_CPU,
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 43 milliseconds