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

  /hardware/libhardware/include/hardware/
thermal.h 82 float shutdown_threshold; member in struct:__anon32268
  /device/google/marlin/thermal/
thermal.c 69 * @param shutdown_threshold Shutdown threshold for the temperature.
76 float throttling_threshold, float shutdown_threshold, float vr_throttling_threshold,
101 .shutdown_threshold = shutdown_threshold,
  /device/htc/flounder/thermal/
thermal.c 57 * @param shutdown_threshold Shutdown threshold for the temperature.
64 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
88 .shutdown_threshold = shutdown_threshold,
  /device/huawei/angler/thermal/
thermal.c 68 * @param shutdown_threshold Shutdown threshold for the temperature.
75 float throttling_threshold, float shutdown_threshold, float vr_throttling_threshold,
100 .shutdown_threshold = shutdown_threshold,
  /device/lge/bullhead/thermal/
thermal.c 69 * @param shutdown_threshold Shutdown threshold for the temperature.
75 const char *name, float mult, float throttling_threshold, float shutdown_threshold,
98 .shutdown_threshold = shutdown_threshold,
  /device/moto/shamu/thermal/
thermal.c 66 * @param shutdown_threshold Shutdown threshold for the temperature.
72 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
96 .shutdown_threshold = shutdown_threshold,
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 125 if (list[i].shutdown_threshold == UNKNOWN_TEMPERATURE) {
128 values[length++] = list[i].shutdown_threshold;
  /hardware/libhardware/modules/thermal/
thermal.c 74 .shutdown_threshold = UNKNOWN_TEMPERATURE,

Completed in 715 milliseconds