Searched refs:no_ui (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | cryptfs.h | 244 int cryptfs_enable(int type, const char* passwd, int no_ui); 246 int cryptfs_enable_default(int no_ui);
|
D | cryptfs.cpp | 2154 int cryptfs_enable_internal(int crypt_type, const char* passwd, int no_ui) { in cryptfs_enable_internal() argument 2250 if (!no_ui) { in cryptfs_enable_internal() 2349 if (!no_ui || rebootEncryption) { in cryptfs_enable_internal() 2489 int cryptfs_enable(int type, const char* passwd, int no_ui) { in cryptfs_enable() argument 2490 return cryptfs_enable_internal(type, passwd, no_ui); in cryptfs_enable() 2493 int cryptfs_enable_default(int no_ui) { in cryptfs_enable_default() argument 2494 return cryptfs_enable_internal(CRYPT_TYPE_DEFAULT, DEFAULT_PASSWORD, no_ui); in cryptfs_enable_default()
|