Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h78 bool (*screen_on)(android::BatteryProperties *props);
95 void (*battery_update)(struct android::BatteryProperties *props);
106 struct android::BatteryProperties *props);
131 int healthd_board_battery_update(struct android::BatteryProperties *props);
/system/core/healthd/
DHealthServiceDefault.cpp29 int healthd_board_battery_update(struct android::BatteryProperties*) { in healthd_board_battery_update() argument
DHealthServiceHealthd.cpp74 int healthd_board_battery_update(struct android::BatteryProperties* props) { in healthd_board_battery_update()