Searched refs:no_ui (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A Dcryptfs.h235 int cryptfs_enable(int type, const char* passwd, int no_ui);
237 int cryptfs_enable_default(int no_ui);
H A Dcryptfs.cpp2150 int cryptfs_enable_internal(int crypt_type, const char* passwd, int no_ui) { argument
2253 /* no_ui means we are being called from init, not settings.
2254 Now we always reboot from settings, so !no_ui means reboot
2256 if (!no_ui) {
2355 if (!no_ui || rebootEncryption) {
2495 int cryptfs_enable(int type, const char* passwd, int no_ui) { argument
2496 return cryptfs_enable_internal(type, passwd, no_ui);
2499 int cryptfs_enable_default(int no_ui) { argument
2500 return cryptfs_enable_internal(CRYPT_TYPE_DEFAULT, DEFAULT_PASSWORD, no_ui);

Completed in 882 milliseconds