Loading power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; /** Loading @@ -38,4 +38,3 @@ parcelable EnergyConsumerResult { */ EnergyConsumerAttribution[] attribution; } power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; /** Loading @@ -35,4 +35,3 @@ parcelable EnergyMeasurement { */ long energyUWs; } Loading
power/stats/aidl/android/hardware/power/stats/EnergyConsumerResult.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; /** Loading @@ -38,4 +38,3 @@ parcelable EnergyConsumerResult { */ EnergyConsumerAttribution[] attribution; }
power/stats/aidl/android/hardware/power/stats/EnergyMeasurement.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -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; /** Loading @@ -35,4 +35,3 @@ parcelable EnergyMeasurement { */ long energyUWs; }