summaryrefslogtreecommitdiffstats
path: root/thermal_client.h
diff options
context:
space:
mode:
authorManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>2018-11-06 19:59:19 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-06 00:06:44 -0700
commit7362d6f42f0f97e9cc1e48a6fab26534e5f4d905 (patch)
treed848e5c92aeb8b13d39b69fd7e75ff38a65f880c /thermal_client.h
parentb97089374f187bf910def962d1a2d881b6a06f8e (diff)
downloadandroid_vendor_qcom_opensource_thermal-engine-7362d6f42f0f97e9cc1e48a6fab26534e5f4d905.tar.gz
android_vendor_qcom_opensource_thermal-engine-7362d6f42f0f97e9cc1e48a6fab26534e5f4d905.tar.bz2
android_vendor_qcom_opensource_thermal-engine-7362d6f42f0f97e9cc1e48a6fab26534e5f4d905.zip
thermal-engine: Update thermal client header for kernel zone update
Update thermal client header library to add support for kernel thermal zone config update. Change-Id: I691b5bebd298300a1ac5b61f0d62318f613ea89e
Diffstat (limited to 'thermal_client.h')
-rw-r--r--thermal_client.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/thermal_client.h b/thermal_client.h
index b41f139..02e6911 100644
--- a/thermal_client.h
+++ b/thermal_client.h
@@ -42,12 +42,16 @@ enum supported_fields {
UNKNOWN_FIELD = 0x0,
DISABLE_FIELD = 0x1,
SAMPLING_FIELD = 0x2,
+ POLLING_DELAY_FIELD = SAMPLING_FIELD,
THRESHOLDS_FIELD = 0x4,
SET_POINT_FIELD = THRESHOLDS_FIELD,
THRESHOLDS_CLR_FIELD = 0x8,
SET_POINT_CLR_FIELD = THRESHOLDS_CLR_FIELD,
ACTION_INFO_FIELD = 0x10,
- SUPPORTED_FIELD_MAX = 0x20,
+ UPPER_LIMIT_FIELD = ACTION_INFO_FIELD,
+ LOWER_LIMIT_FIELD = 0x20,
+ PASSIVE_DELAY_FIELD = 0x40,
+ SUPPORTED_FIELD_MAX = 0x80,
};
enum field_data_type {