Lines Matching refs:state_
31 state_ = INACTIVE; in BatteryRechargingControl()
88 if ((state_ == INACTIVE) && (props->batteryLevel < kFullSoc)) in updateBatteryProperties()
91 LOG(INFO) << "Entry state_: " << state_ << " charger_status: " << charger_status in updateBatteryProperties()
93 switch (state_) { in updateBatteryProperties()
95 state_ = WAIT_EOC; in updateBatteryProperties()
99 state_ = INACTIVE; in updateBatteryProperties()
102 state_ = RECHARGING_CYCLE; in updateBatteryProperties()
107 state_ = NO_POWER_SOURCE; in updateBatteryProperties()
125 state_ = OVER_LOADING; in updateBatteryProperties()
134 state_ = NO_POWER_SOURCE; in updateBatteryProperties()
144 state_ = INACTIVE; in updateBatteryProperties()
150 state_ = INACTIVE; in updateBatteryProperties()
160 state_ = RECHARGING_CYCLE; in updateBatteryProperties()
166 state_ = WAIT_EOC; in updateBatteryProperties()
169 LOG(INFO) << "Exit state_: " << state_ << " batteryLevel: " << props->batteryLevel; in updateBatteryProperties()