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

  /device/htc/flounder/thermal/
thermal.c 47 const char *CPU_LABEL[] = {"CPU0", "CPU1"};
106 result = read_temperature(CPU_SENSOR_NUM, DEVICE_TEMPERATURE_CPU, CPU_LABEL[0], 0.001,
114 list[current_index].name = CPU_LABEL[1];
213 .name = CPU_LABEL[size],
  /hardware/libhardware/modules/thermal/
thermal.c 30 #define CPU_LABEL "CPU"
146 .name = CPU_LABEL,
  /device/google/marlin/thermal/
thermal.c 59 const char *CPU_LABEL[] = {"CPU0", "CPU1", "CPU2", "CPU3"};
116 ssize_t result = read_temperature(CPU_SENSORS[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
248 .name = CPU_LABEL[size],
  /device/huawei/angler/thermal/
thermal.c 58 const char *CPU_LABEL[] = {"CPU0", "CPU1", "CPU2", "CPU3", "CPU4", "CPU5", "CPU6", "CPU7"};
115 ssize_t result = read_temperature(CPU_SENSORS[cpu], DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
247 .name = CPU_LABEL[size],
  /device/lge/bullhead/thermal/
thermal.c 58 const char *CPU_LABEL[] = {"CPU0", "CPU1", "CPU2", "CPU3", "CPU4", "CPU5"};
117 ssize_t result = read_temperature(file_name, "%f", DEVICE_TEMPERATURE_CPU, CPU_LABEL[cpu],
249 .name = CPU_LABEL[size],
  /device/moto/shamu/thermal/
thermal.c 56 const char *CPU_LABEL[] = {"CPU0", "CPU1", "CPU2", "CPU3"};
112 CPU_LABEL[cpu], 1, CPU_THROTTLING_THRESHOLD, CPU_SHUTDOWN_THRESHOLD, &list[cpu]);
239 .name = CPU_LABEL[size],

Completed in 153 milliseconds