HomeSort by relevance Sort by last modified time
    Searched refs:healthd_config (Results 1 - 10 of 10) sorted by null

  /system/core/healthd/
healthd_board_default.cpp 19 void healthd_board_init(struct healthd_config*)
healthd.cpp 42 static struct healthd_config healthd_config = { variable in typeref:struct:healthd_config
83 extern void healthd_mode_android_init(struct healthd_config *config);
90 extern void healthd_mode_charger_init(struct healthd_config *config);
98 static void healthd_mode_nop_init(struct healthd_config *config);
125 static void healthd_mode_nop_init(struct healthd_config* /*config*/) {
187 healthd_config.periodic_chores_interval_fast :
188 healthd_config.periodic_chores_interval_slow;
198 if (healthd_config.periodic_chores_interval_fast == -1)
202 new_wake_interval == healthd_config.periodic_chores_interval_fast
    [all...]
healthd_mode_android.cpp 49 void healthd_mode_android_init(struct healthd_config* /*config*/) {
healthd_mode_charger.cpp 172 static struct healthd_config *healthd_config; variable in typeref:struct:healthd_config
355 if (healthd_config && healthd_config->screen_on) {
356 if (!healthd_config->screen_on(batt_prop)) {
675 void healthd_mode_charger_init(struct healthd_config* config)
726 healthd_config = config;
BatteryMonitor.cpp 486 void BatteryMonitor::init(struct healthd_config *hc) {
  /system/core/healthd/include/healthd/
healthd.h 54 struct healthd_config { struct
90 void (*init)(struct healthd_config *config);
100 void healthd_mode_charger_init(struct healthd_config *config);
115 void healthd_board_init(struct healthd_config *config);
BatteryMonitor.h 41 void init(struct healthd_config *hc);
48 struct healthd_config *mHealthdConfig;
  /device/google/dragon/health/
healthd-dragon.cpp 106 void healthd_board_init(struct healthd_config *config) {}
  /device/htc/flounder/health/
healthd-flounder.cpp 269 void healthd_board_init(struct healthd_config *config)
  /bootable/recovery/
recovery.cpp 1340 struct healthd_config healthd_config = { local
    [all...]

Completed in 611 milliseconds