mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "power/stats: Correct language surrounding timestamps" am: 75d7e5de7c am: f2d5702776
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1703725 Change-Id: I166478e51a53c25b5d08bac9965dc787cdcc50c8
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user