summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2013-08-22 23:08:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-22 23:08:10 +0000
commit62c1a46eec047eb5fbc4b90432ec1ce65b76fb75 (patch)
treedce59b6f085880d667534b7190df11d1c52b6343 /include
parent4b820b0e1fa069714b123fc35784541d0f94d267 (diff)
parent9cf69e0fc110f17c28e988ed0f9bf91abfaf710d (diff)
downloadframeworks_av-62c1a46eec047eb5fbc4b90432ec1ce65b76fb75.zip
frameworks_av-62c1a46eec047eb5fbc4b90432ec1ce65b76fb75.tar.gz
frameworks_av-62c1a46eec047eb5fbc4b90432ec1ce65b76fb75.tar.bz2
Merge "Add ability to test supported content types to MediaDrm" into klp-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/IDrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IDrm.h b/include/media/IDrm.h
index d630c40..5ef26af 100644
--- a/include/media/IDrm.h
+++ b/include/media/IDrm.h
@@ -32,7 +32,7 @@ struct IDrm : public IInterface {
virtual status_t initCheck() const = 0;
- virtual bool isCryptoSchemeSupported(const uint8_t uuid[16]) = 0;
+ virtual bool isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mimeType) = 0;
virtual status_t createPlugin(const uint8_t uuid[16]) = 0;