summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2013-03-25 20:18:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-03-25 20:18:02 +0000
commit900fecc9d66bda71f428a4d3cebc1fee14916301 (patch)
tree62d7ea006812aeb5dad940033b3c2a7c637a74cc /include
parentcbb2aad7a8aced67d2d97e03d8cd78b1a843290c (diff)
parent5beac28a34e557251bd4bbd77a6d9303a69d4319 (diff)
downloadframeworks_av-900fecc9d66bda71f428a4d3cebc1fee14916301.zip
frameworks_av-900fecc9d66bda71f428a4d3cebc1fee14916301.tar.gz
frameworks_av-900fecc9d66bda71f428a4d3cebc1fee14916301.tar.bz2
Merge "Load crypto plugins from additional shared libraries" into jb-mr2-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/ICrypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/ICrypto.h b/include/media/ICrypto.h
index 61059bd..9dcb8d9 100644
--- a/include/media/ICrypto.h
+++ b/include/media/ICrypto.h
@@ -31,7 +31,7 @@ struct ICrypto : public IInterface {
virtual status_t initCheck() const = 0;
- virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) const = 0;
+ virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
virtual status_t createPlugin(
const uint8_t uuid[16], const void *data, size_t size) = 0;