HomeSort by relevance Sort by last modified time
    Searched full:soc_inc (Results 1 - 2 of 2) sorted by null

  /device/google/marlin/health/
HealthService.cpp 53 static int soc_inc = 0; local
63 soc_inc += battery_level - saved_soc;
68 if (soc_inc >= kBackupTrigger) {
70 soc_inc = 0;
  /device/google/wahoo/health/
HealthService.cpp 45 static int soc_inc = 0; local
55 soc_inc += battery_level - saved_soc;
60 if (soc_inc >= kBackupTrigger) {
62 soc_inc = 0;

Completed in 106 milliseconds