diff options
author | Gloria Wang <gwang@google.com> | 2011-03-21 17:22:13 -0700 |
---|---|---|
committer | Gloria Wang <gwang@google.com> | 2011-03-21 19:08:18 -0700 |
commit | 6b2a35bbec228ce012065260ba153ee894f17a4e (patch) | |
tree | b7877f5457bbb5885e7eea0213a5e4c9c6113612 /include/drm | |
parent | 4dabc20fa21f78a0bc2f91f772ad449ac8b17028 (diff) | |
download | frameworks_av-6b2a35bbec228ce012065260ba153ee894f17a4e.zip frameworks_av-6b2a35bbec228ce012065260ba153ee894f17a4e.tar.gz frameworks_av-6b2a35bbec228ce012065260ba153ee894f17a4e.tar.bz2 |
Add one more field in DecryptHandle to support bug 4126624
Change-Id: Ic7ea5fd211c4f8283de8fdf722f89b6a94e5750b
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 e8ec953..454fc99 100644 --- a/include/drm/drm_framework_common.h +++ b/include/drm/drm_framework_common.h @@ -296,6 +296,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), |