Home
last modified time | relevance | path

Searched refs:goldfish_battery_set_prop (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/
Dconsole.c1695 goldfish_battery_set_prop(1, POWER_SUPPLY_PROP_ONLINE, 1); in do_ac_state()
1699 goldfish_battery_set_prop(1, POWER_SUPPLY_PROP_ONLINE, 0); in do_ac_state()
1713 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_STATUS_UNKNOWN); in do_battery_status()
1717 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_STATUS_CHARGING); in do_battery_status()
1721 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_STATUS_DISCHARGING); in do_battery_status()
1725goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_STATUS_NOT_CHARGING); in do_battery_status()
1729 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_STATUS, POWER_SUPPLY_STATUS_FULL); in do_battery_status()
1743 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_PRESENT, 1); in do_battery_present()
1747 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_PRESENT, 0); in do_battery_present()
1761 goldfish_battery_set_prop(0, POWER_SUPPLY_PROP_HEALTH, POWER_SUPPLY_HEALTH_UNKNOWN); in do_battery_health()
[all …]
/external/qemu/hw/
Dgoldfish_device.h47 void goldfish_battery_set_prop(int ac, int property, int value);
Dgoldfish_battery.c171 void goldfish_battery_set_prop(int ac, int property, int value) in goldfish_battery_set_prop() function