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; } -