Searched refs:encryptionFlags (Results 1 – 4 of 4) sorted by relevance
96 int encryptionFlags = android::os::IVold::ENCRYPTION_FLAG_NO_UI; in main() local97 checkStatus(vold->fdeEnable(passwordType, "", encryptionFlags)); in main()
589 int32_t encryptionFlags) { in fdeEnableInternal() argument590 bool noUi = (encryptionFlags & VoldNativeService::ENCRYPTION_FLAG_NO_UI) != 0; in fdeEnableInternal()611 int32_t encryptionFlags) { in fdeEnable() argument615 LOG(DEBUG) << "fdeEnable(" << passwordType << ", *, " << encryptionFlags << ")"; in fdeEnable()624 std::thread(&fdeEnableInternal, passwordType, password, encryptionFlags).detach(); in fdeEnable()
93 int32_t encryptionFlags);
70 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() argument