| commit | 095c944b48d7a3770d591e37b6422ee12bb86148 | [log] [tgz] | 
|---|---|---|
| author | Bart Van Assche <bvanassche@google.com> | Wed Mar 02 17:36:34 2022 +0000 | 
| committer | Bart Van Assche <bvanassche@google.com> | Thu Mar 03 18:46:12 2022 +0000 | 
| tree | 4a650cea47051463e329b36f0090384de724209a | |
| parent | 5a7e5083e60b6ce2037edf8e2b90632fb2ebddab [diff] | 
healthd: Convert multiple private methods into static nonmember functions The private methods in class BatteryMonitor do not use the 'this' pointer. Hence convert these into static nonmember functions. Test: Compile-tested only. Change-Id: I4b9b76c9697f1db894ba9fb939ce096ee6b7ff3b Signed-off-by: Bart Van Assche <bvanassche@google.com>