summaryrefslogtreecommitdiffstats
path: root/init/property_service.h
diff options
context:
space:
mode:
authorRiley Andrews <riandrews@google.com>2014-06-16 15:06:21 -0700
committerRiley Andrews <riandrews@google.com>2014-06-20 16:43:00 -0700
commite4b7b294f37d9b64d6b7c1931e2c9bfb1a500d68 (patch)
tree5a7481adbd875eaa1e74ef2e1dbc5f11c9323141 /init/property_service.h
parentdbb93515c9a1a60a6e824e789920f43d625a8c2a (diff)
downloadsystem_core-e4b7b294f37d9b64d6b7c1931e2c9bfb1a500d68.zip
system_core-e4b7b294f37d9b64d6b7c1931e2c9bfb1a500d68.tar.gz
system_core-e4b7b294f37d9b64d6b7c1931e2c9bfb1a500d68.tar.bz2
Add ability to boot from charger mode.
Add the ability to boot up directly from charger mode, instead of forcing charger mode to initiate a full restart to launch 'full' android. This should shave a few seconds off of boot time on supported devices (just manta for now). Change-Id: Ieec4494d929e92806e039f834d78b9002afd15c4
Diffstat (limited to 'init/property_service.h')
-rw-r--r--init/property_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.h b/init/property_service.h
index 46cbd8f..730495e 100644
--- a/init/property_service.h
+++ b/init/property_service.h
@@ -24,6 +24,7 @@ extern void handle_property_set_fd(void);
extern void property_init(void);
extern void property_load_boot_defaults(void);
extern void load_persist_props(void);
+extern void load_all_props(void);
extern void start_property_service(void);
void get_property_workspace(int *fd, int *sz);
extern int __property_get(const char *name, char *value);