summaryrefslogtreecommitdiff
path: root/power
diff options
context:
space:
mode:
authorChris Gross <chrisgross@google.com>2021-05-19 11:39:07 -0700
committerChris Gross <chrisgross@google.com>2021-05-19 11:39:07 -0700
commita01a9128380dad45a28f4740a57136a058eb9d12 (patch)
treebc23fb815c7ca1da5c47c38ec75859572b1c2fbd /power
parent7c8e6a102c7b41e35d85931a8aaf445359ccd0c3 (diff)
parentfd795fe35563951f2a34471acc5d745866843b0f (diff)
Merge SP1A.210513.004
Change-Id: I8ff902b999e3f6515f1a51c85c14bc91a0037204
Diffstat (limited to 'power')
-rw-r--r--power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl3
-rw-r--r--power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl3
2 files changed, 2 insertions, 4 deletions
diff --git a/power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl b/power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl
index 12d2042eb2..66c8c8c58f 100644
--- a/power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl
+++ b/power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl
@@ -25,7 +25,7 @@ parcelable EnergyConsumerResult {
*/
int id;
/**
- * Time since boot in milliseconds
+ * Time of data capture in milliseconds since boot (CLOCK_BOOTTIME clock)
*/
long timestampMs;
/**
@@ -38,4 +38,3 @@ parcelable EnergyConsumerResult {
*/
EnergyConsumerAttribution[] attribution;
}
-
diff --git a/power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl b/power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl
index d3e8f46699..31fbaa870d 100644
--- a/power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl
+++ b/power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl
@@ -23,7 +23,7 @@ parcelable EnergyMeasurement {
*/
int id;
/**
- * Approximate time of data capture in millseconds since boot
+ * Time of data capture in milliseconds since boot (CLOCK_BOOTTIME clock)
*/
long timestampMs;
/**
@@ -35,4 +35,3 @@ parcelable EnergyMeasurement {
*/
long energyUWs;
}
-