Searched refs:encryptionFlags (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/vold/ |
H A D | vdc.cpp | 121 int encryptionFlags = android::os::IVold::ENCRYPTION_FLAG_NO_UI; in main() local 122 checkStatus(args, vold->fdeEnable(passwordType, "", encryptionFlags)); in main()
|
H A D | VoldNativeService.cpp | 553 int32_t encryptionFlags) { in fdeEnableInternal() argument 554 bool noUi = (encryptionFlags & VoldNativeService::ENCRYPTION_FLAG_NO_UI) != 0; in fdeEnableInternal() 575 int32_t encryptionFlags) { in fdeEnable() argument 579 LOG(DEBUG) << "fdeEnable(" << passwordType << ", *, " << encryptionFlags << ")"; in fdeEnable() 588 std::thread(&fdeEnableInternal, passwordType, password, encryptionFlags).detach(); in fdeEnable()
|
H A D | VoldNativeService.h | 101 int32_t encryptionFlags);
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 77 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() argument
|