Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/power_BatteryCharge/
Dpower_BatteryCharge.py55 self.charge_full = self.status.battery.charge_full
59 self.charge_capacity = self.charge_full
115 keyvals['ah_charge_full'] = self.charge_full
/external/crosvm/devices/src/
Dbat.rs52 charge_full: u32, field
95 create_battery_func!(set_charge_full, charge_full, BATTERY_STATUS_CHANGED);
271 inject_irq |= bat_state.set_charge_full(battery_data.charge_full); in command_monitor()
328 charge_full: 0, in new()
458 BATTERY_CHARGE_FULL_UAH => self.state.lock().charge_full, in read()
/external/crosvm/power_monitor/src/powerd/
Dmod.rs52 let charge_full = (props.get_battery_charge_full() * 1_000_000f64).round() as u32; in from() localVariable
60 charge_full, in from()
/external/crosvm/power_monitor/src/
Dlib.rs28 pub charge_full: u32, field
/external/autotest/client/cros/power/
Dpower_status.py308 if self.charge_full == 0 and self.energy_full != 0:
334 self.charge_full = self.charge_full / BATTERY_DATA_SCALE
346 self.charge_full / \
357 self.charge_full = self.energy_full / voltage_nominal
387 if self.charge_full > (self.charge_full_design * 1.5):
Dpower_test.py218 keyvals['ah_charge_full'] = self.status.battery.charge_full
/external/autotest/client/site_tests/power_LoadTest/
Dpower_LoadTest.py475 self._power_status.battery.charge_full