Searched refs:fullCapacityThreshold_ (Results 1 – 2 of 2) sorted by relevance
170 fullCapacityThreshold_ = batteryConfig.GetInt("soc.full", fullCapacityThreshold_); in InitConfig()177 fullCapacityThreshold_); in InitConfig()746 … } else if (IsCapacityLevelDefined(fullCapacityThreshold_) && capacity > highCapacityThreshold_ && in GetCapacityLevel()747 capacity <= fullCapacityThreshold_) { in GetCapacityLevel()
141 int32_t fullCapacityThreshold_ = { INVALID_BATT_INT_VALUE }; variable