Home
last modified time | relevance | path

Searched refs:BATTERY_FULL (Results 1 – 1 of 1) sorted by relevance

/device/htc/flounder/health/
Dhealthd-flounder.cpp37 #define BATTERY_FULL 100 macro
113 props->batteryLevel < BATTERY_FULL) in flounder_status_check()
119 if (props->batteryLevel >= BATTERY_FULL) in flounder_health_check()
172 if (props->batteryLevel >= BATTERY_FULL) { in flounder_soc_adjust()
173 props->batteryLevel = BATTERY_FULL - 1; in flounder_soc_adjust()
174 lasttime_soc = BATTERY_FULL - 1; in flounder_soc_adjust()
183 soc = BATTERY_FULL; in flounder_soc_adjust()
184 else if (props->batteryLevel >= BATTERY_FULL && in flounder_soc_adjust()
185 lasttime_soc < BATTERY_FULL) in flounder_soc_adjust()
186 soc = BATTERY_FULL - 1; in flounder_soc_adjust()
[all …]