diff options
author | Gloria Wang <gwang@google.com> | 2011-03-22 11:43:09 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-22 11:43:09 -0700 |
commit | 0b500c2e81288190a6ce8b20c842a83a19e038b5 (patch) | |
tree | fdd0862b605eddcc1b20ba98ac3d73e936dd5340 /include/drm | |
parent | 245af5e9ecb1881aa0b05f73bdbd249ec49a2af1 (diff) | |
parent | 52bee301b7ef870ec0acd86fda72352508369ce6 (diff) | |
download | frameworks_av-0b500c2e81288190a6ce8b20c842a83a19e038b5.zip frameworks_av-0b500c2e81288190a6ce8b20c842a83a19e038b5.tar.gz frameworks_av-0b500c2e81288190a6ce8b20c842a83a19e038b5.tar.bz2 |
am fc4c13be: am 01240177: am 3cc797b9: Merge "Add one more field in DecryptHandle to support bug 4126624" into honeycomb-mr1
* commit 'fc4c13be8ce8c2d05432d855c2c61548abef3385':
Add one more field in DecryptHandle to support bug 4126624
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_framework_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h index 35d417b..d2d1d7e 100644 --- a/include/drm/drm_framework_common.h +++ b/include/drm/drm_framework_common.h @@ -297,6 +297,12 @@ public: */ KeyedVector<DrmCopyControl, int> copyControlVector; + /** + * Defines a vector for any extra data the DRM plugin wants to send + * to the native code + */ + KeyedVector<String8, String8> extendedData; + public: DecryptHandle(): decryptId(INVALID_VALUE), |