OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:battery_update
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/include/healthd/
healthd.h
88
void (*
battery_update
)(struct android::BatteryProperties *props);
member in struct:healthd_mode_ops
/system/core/healthd/
healthd.cpp
108
.
battery_update
= healthd_mode_android_battery_update,
115
.
battery_update
= healthd_mode_charger_battery_update,
122
.
battery_update
= healthd_mode_nop_battery_update,
BatteryMonitor.cpp
358
healthd_mode_ops->
battery_update
(&props);
Completed in 98 milliseconds