Lines Matching full:battery
28 // suspend, or in suspend and connected to a charger (to watch for battery
33 // not connected to a charger (to watch for a battery drained to zero
38 // to use for the associated battery parameters. healthd will search for
42 // batteryHealthPath: battery health (POWER_SUPPLY_PROP_HEALTH)
43 // batteryPresentPath: battery present (POWER_SUPPLY_PROP_PRESENT)
45 // batteryVoltagePath: battery voltage (POWER_SUPPLY_PROP_VOLTAGE_NOW)
46 // batteryTemperaturePath: battery temperature (POWER_SUPPLY_PROP_TEMP)
47 // batteryTechnologyPath: battery technology (POWER_SUPPLY_PROP_TECHNOLOGY)
48 // batteryCurrentNowPath: battery current (POWER_SUPPLY_PROP_CURRENT_NOW)
49 // batteryChargeCounterPath: battery accumulated charge
78 // Process updated battery property values. This function is called when
79 // the kernel sends updated battery status via a uevent from the power_supply
81 // poll of battery state.
83 // props are the battery properties read from the kernel. These values may
87 // Return 0 to indicate the usual kernel log battery status heartbeat message