From 5af0b916f850486cff4797355bf9e7dc3352fe00 Mon Sep 17 00:00:00 2001 From: Jason parks Date: Mon, 29 Nov 2010 09:05:25 -0600 Subject: Add decryption support to MountService. * Implement the decryptStorage() method on the Mount Service. This method makes the calls into vold to decrypt the encrypted volumes and mount them. Change-Id: I4f6e07a111cf0b36611d590debf9f6579c5ac5f7 --- include/storage/IMountService.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/storage') diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h index 51f9aeb..68ccd95 100644 --- a/include/storage/IMountService.h +++ b/include/storage/IMountService.h @@ -66,6 +66,7 @@ public: const sp& token, const int32_t nonce) = 0; virtual bool isObbMounted(const String16& filename) = 0; virtual bool getMountedObbPath(const String16& filename, String16& path) = 0; + virtual int32_t decryptStorage(const String16& password) = 0; }; // ---------------------------------------------------------------------------- -- cgit v1.1