Home
last modified time | relevance | path

Searched defs:Battery (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_manager.rs24 pub struct Battery { struct
33 /// Helper representation of a collection of BatterySet to simplify passing around data internally. argument
109 batteries: Vec<Battery>, in new()
114 pub fn add_or_update_battery(&mut self, new_battery: Battery) { in add_or_update_battery()