From 6243474aecd5cca837a3bbfd614a9ef97c51f13f Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Thu, 26 Oct 2023 14:03:36 -0700 Subject: [PATCH] thermal: set polling delay for virtual skin speaker Bug: 304828870 Test: Build and boot on device Change-Id: I3707c5039223fae0caaf24e59054b1d66c59abd8 Signed-off-by: Sayanna Chandula --- thermal/thermal_info_config_caiman.json | 4 +++- thermal/thermal_info_config_caiman_proto.json | 4 +++- thermal/thermal_info_config_komodo.json | 4 +++- thermal/thermal_info_config_komodo_proto.json | 4 +++- thermal/thermal_info_config_tokay.json | 4 +++- thermal/thermal_info_config_tokay_proto.json | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index 9b168bcf..87cee239 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -621,7 +621,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0", diff --git a/thermal/thermal_info_config_caiman_proto.json b/thermal/thermal_info_config_caiman_proto.json index 53d57b41..c8a29f14 100644 --- a/thermal/thermal_info_config_caiman_proto.json +++ b/thermal/thermal_info_config_caiman_proto.json @@ -621,7 +621,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0", diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index 77a1ede5..c1786f4d 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -632,7 +632,9 @@ "HotThreshold":["NAN", 47.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0", diff --git a/thermal/thermal_info_config_komodo_proto.json b/thermal/thermal_info_config_komodo_proto.json index 61ecc970..1fb641df 100644 --- a/thermal/thermal_info_config_komodo_proto.json +++ b/thermal/thermal_info_config_komodo_proto.json @@ -632,7 +632,9 @@ "HotThreshold":["NAN", 47.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0", diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index bd500de0..d33f0a2d 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -588,7 +588,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0", diff --git a/thermal/thermal_info_config_tokay_proto.json b/thermal/thermal_info_config_tokay_proto.json index 76ac445f..80a9fdca 100644 --- a/thermal/thermal_info_config_tokay_proto.json +++ b/thermal/thermal_info_config_tokay_proto.json @@ -588,7 +588,9 @@ "HotThreshold":["NAN", 37.0, "NAN", "NAN", "NAN", "NAN", "NAN"], "HotHysteresis":[0.0, 1.9, 0.0, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, - "SendCallback":true + "SendCallback":true, + "PollingDelay":300000, + "PassiveDelay":7000 }, { "Name":"VIRTUAL-SKIN-FRONT-SUB-0",