Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h73 bool (*screen_on)(android::BatteryProperties *props);
88 void (*battery_update)(struct android::BatteryProperties *props);
99 struct android::BatteryProperties *props);
124 int healthd_board_battery_update(struct android::BatteryProperties *props);
DBatteryMonitor.h54 struct BatteryProperties props;
/system/core/healthd/
Dhealthd.cpp86 struct android::BatteryProperties *props);
94 struct android::BatteryProperties *props);
102 struct android::BatteryProperties *props);
136 struct android::BatteryProperties* /*props*/) { in healthd_mode_nop_battery_update() argument
Dhealthd_board_default.cpp25 int healthd_board_battery_update(struct android::BatteryProperties*) in healthd_board_battery_update() argument
Dhealthd_mode_android.cpp33 struct android::BatteryProperties *props) { in healthd_mode_android_battery_update()
DBatteryPropertiesRegistrar.h34 void notifyListeners(struct BatteryProperties props);
DBatteryPropertiesRegistrar.cpp38 void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) { in notifyListeners()
Dhealthd_mode_charger.cpp173 static struct android::BatteryProperties *batt_prop;
610 struct android::BatteryProperties *props) in healthd_mode_charger_battery_update()
DBatteryMonitor.cpp61 static void initBatteryProperties(BatteryProperties* props) { in initBatteryProperties()