Home
last modified time | relevance | path

Searched refs:IVold (Results 1 – 11 of 11) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint_vold.h31 class IVold; variable
54 explicit VoldCheckpointInterface(sp<os::IVold>&& vold_service);
56 sp<os::IVold> vold_service_;
Dapexd_checkpoint_vold.cpp26 using android::os::IVold;
36 android::interface_cast<android::os::IVold>(vold_service)); in Create()
41 VoldCheckpointInterface::VoldCheckpointInterface(sp<IVold>&& vold_service) { in VoldCheckpointInterface()
Dapexservice_test.cpp116 vold_service_ = android::interface_cast<android::os::IVold>(binder); in SetUp()
383 sp<android::os::IVold> vold_service_;
/system/vold/
Dvdc.cpp69 static void bindkeys(std::vector<std::string>& args, const android::sp<android::os::IVold>& vold) { in bindkeys()
90 const android::sp<android::os::IVold>& vold) { in mountFstab()
104 const android::sp<android::os::IVold>& vold) { in encryptFstab()
145 auto vold = android::interface_cast<android::os::IVold>(binder); in main()
Dvold_prepare_subdirs.cpp179 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in prepare_subdirs()
215 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in prepare_subdirs()
269 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in destroy_subdirs()
278 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in destroy_subdirs()
DFsCrypt.cpp604 if (!fscrypt_prepare_user_storage("", 0, android::os::IVold::STORAGE_FLAG_DE)) { in fscrypt_init_user0()
876 if ((flags & android::os::IVold::STORAGE_FLAG_DE) && in fscrypt_prepare_user_storage()
882 if ((flags & android::os::IVold::STORAGE_FLAG_CE) && in fscrypt_prepare_user_storage()
890 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in fscrypt_prepare_user_storage()
936 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in fscrypt_prepare_user_storage()
1005 if (flags & android::os::IVold::STORAGE_FLAG_CE) { in fscrypt_destroy_user_storage()
1027 if (flags & android::os::IVold::STORAGE_FLAG_DE) { in fscrypt_destroy_user_storage()
DAndroid.bp258 "binder/android/os/IVold.aidl",
/system/vold/binder/android/os/
DIVold.aidl26 interface IVold { interface
/system/core/fs_mgr/
Dfs_mgr_remount.cpp120 static android::sp<android::os::IVold> GetVold() { in GetVold()
124 if (auto vold = android::interface_cast<android::os::IVold>(binder)) { in GetVold()
/system/gsid/
Dgsi_service.cpp962 static android::sp<android::os::IVold> GetVoldService() { in GetVoldService()
963 return android::waitForService<android::os::IVold>(android::String16("vold")); in GetVoldService()
/system/tools/aidl/
Dhiddenapi-greylist314 "android.os.IVold",