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

  /hardware/libhardware/include/hardware/
thermal.h 138 * (*getTemperatures) is called to get temperatures in Celsius.
159 ssize_t (*getTemperatures)(struct thermal_module *module, temperature_t *list, size_t size);
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 94 if (gThermalModule && gThermalModule->getTemperatures) {
95 ssize_t list_size = gThermalModule->getTemperatures(gThermalModule, nullptr, 0);
98 ssize_t size = gThermalModule->getTemperatures(gThermalModule, list, list_size);
  /hardware/libhardware/modules/thermal/
thermal.c 179 .getTemperatures = get_temperatures,
  /device/google/marlin/thermal/
thermal.c 279 .getTemperatures = get_temperatures,
  /device/htc/flounder/thermal/
thermal.c 246 .getTemperatures = get_temperatures,
  /device/huawei/angler/thermal/
thermal.c 278 .getTemperatures = get_temperatures,
  /device/lge/bullhead/thermal/
thermal.c 282 .getTemperatures = get_temperatures,
  /device/moto/shamu/thermal/
thermal.c 272 .getTemperatures = get_temperatures,

Completed in 547 milliseconds