Searched refs:encryptionFlags (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | vdc.cpp | 98 int encryptionFlags = android::os::IVold::ENCRYPTION_FLAG_NO_UI; in main() local 99 checkStatus(args, vold->fdeEnable(passwordType, "", encryptionFlags)); in main()
|
D | VoldNativeService.cpp | 505 int32_t encryptionFlags) { in fdeEnableInternal() argument 506 bool noUi = (encryptionFlags & VoldNativeService::ENCRYPTION_FLAG_NO_UI) != 0; in fdeEnableInternal() 527 int32_t encryptionFlags) { in fdeEnable() argument 531 LOG(DEBUG) << "fdeEnable(" << passwordType << ", *, " << encryptionFlags << ")"; in fdeEnable() 540 std::thread(&fdeEnableInternal, passwordType, password, encryptionFlags).detach(); in fdeEnable()
|
D | VoldNativeService.h | 92 int32_t encryptionFlags);
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 70 void fdeEnable(int passwordType, @utf8InCpp String password, int encryptionFlags); in fdeEnable() argument
|