| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-31 | A uint64 array wrapper for optimized allocation and copying | ||
| Bug: 315052795 Bug: 357697495 Test: atest libbattery_test; atest FrameworksCoreTests Flag: EXEMPT bugfix Change-Id: I3c09c438131b3f67ef04436667e589d1d86aff71 | |||
| 2021-09-14 | Simplify initialization and add setValue to support parceling | ||
| Bug: 197162116 Test: atest libbattery_test Change-Id: I4278206eab049d714c5278e6b10ba3155e17142f | |||
| 2021-08-20 | Add MultiStateCounter | ||
| This native object is used to track values per-state. For example, if the state changes from 0 to 1 between two updateValue calls, the delta between the values is distributed to the states 0 and 1 in accordance with the time spent in those states. Bug: 197162116 Test: atest libbattery_test Change-Id: Ie304db5c93f4aa9676d12d0a8ab53b6867b24fff | |||