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

  /hardware/libhardware/include/hardware/
thermal.h 76 float throttling_threshold; member in struct:__anon30968
  /device/google/marlin/thermal/
thermal.c 68 * @param throttling_threshold Throttling threshold for the temperature.
76 float throttling_threshold, float shutdown_threshold, float vr_throttling_threshold,
100 .throttling_threshold = throttling_threshold,
  /device/htc/flounder/thermal/
thermal.c 56 * @param throttling_threshold Throttling threshold for the temperature.
64 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
87 .throttling_threshold = throttling_threshold,
  /device/huawei/angler/thermal/
thermal.c 67 * @param throttling_threshold Throttling threshold for the temperature.
75 float throttling_threshold, float shutdown_threshold, float vr_throttling_threshold,
99 .throttling_threshold = throttling_threshold,
  /device/lge/bullhead/thermal/
thermal.c 68 * @param throttling_threshold Throttling threshold for the temperature.
75 const char *name, float mult, float throttling_threshold, float shutdown_threshold,
97 .throttling_threshold = throttling_threshold,
  /device/moto/shamu/thermal/
thermal.c 65 * @param throttling_threshold Throttling threshold for the temperature.
72 float throttling_threshold, float shutdown_threshold, temperature_t *out) {
95 .throttling_threshold = throttling_threshold,
  /frameworks/base/services/core/jni/
com_android_server_HardwarePropertiesManagerService.cpp 118 if (list[i].throttling_threshold == UNKNOWN_TEMPERATURE) {
121 values[length++] = list[i].throttling_threshold;
  /hardware/libhardware/modules/thermal/
thermal.c 73 .throttling_threshold = UNKNOWN_TEMPERATURE,

Completed in 124 milliseconds