summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiang Wang <xwxw@google.com> 2025-03-04 16:30:39 -0800
committer Xiang Wang <xwxw@google.com> 2025-03-04 16:30:39 -0800
commit47680a3b88d17d90723138b928e893f9c01be883 (patch)
tree2ec4fa99fe6901bdc725e4121e591b7fb0487154
parent9dfcfef009d3950f8a1898e77795603f59ea1385 (diff)
Remove the API comment on calculation window superset
Bug: 346604998 Flag: EXEMPT doc only Test: n/a Change-Id: Icfc2869a5cf602dd4dc37b2f296591c26d62114f
-rw-r--r--include/android/system_health.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/android/system_health.h b/include/android/system_health.h
index bdb1413555..4494e32815 100644
--- a/include/android/system_health.h
+++ b/include/android/system_health.h
@@ -316,8 +316,6 @@ int ASystemHealth_getMaxCpuHeadroomTidsSize(size_t* _Nonnull outSize);
/**
* Gets the range of the calculation window size for CPU headroom.
*
- * In API version 36, the range will be a superset of [50, 10000].
- *
* Available since API level 36.
*
* @param outMinMillis Non-null output pointer to be set to the minimum window size in milliseconds.
@@ -332,8 +330,6 @@ __INTRODUCED_IN(36);
/**
* Gets the range of the calculation window size for GPU headroom.
*
- * In API version 36, the range will be a superset of [50, 10000].
- *
* Available since API level 36.
*
* @param outMinMillis Non-null output pointer to be set to the minimum window size in milliseconds.