Home
last modified time | relevance | path

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

/hardware/interfaces/health/1.0/default/include/
Dhal_conversion.h33 void convertToHealthInfo(const struct android::BatteryProperties *p,
36 struct android::BatteryProperties *p);
/hardware/interfaces/health/1.0/default/libhealthd/
Dhealthd_board_default.cpp24 int healthd_board_battery_update(struct android::BatteryProperties*) in healthd_board_battery_update() argument
/hardware/interfaces/health/1.0/default/
DHealth.cpp53 struct android::BatteryProperties p = {}; in update()
Dconvert.cpp104 void convertToHealthInfo(const struct android::BatteryProperties *p, in convertToHealthInfo()
125 struct android::BatteryProperties *p) { in convertFromHealthInfo()
/hardware/interfaces/health/2.0/utils/libhealthservice/
DHealthServiceCommon.cpp71 void healthd_mode_service_2_0_battery_update(struct android::BatteryProperties* prop) { in healthd_mode_service_2_0_battery_update()
/hardware/interfaces/health/2.0/
DREADME91 int healthd_board_battery_update(struct android::BatteryProperties*) {
/hardware/interfaces/health/2.0/default/
DHealth.cpp237 struct android::BatteryProperties p = getBatteryProperties(battery_monitor_.get()); in getHealthInfo()