summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-03-21 17:22:13 -0700
committerGloria Wang <gwang@google.com>2011-03-21 19:08:18 -0700
commitc430394ed7dcb458b0850bb1ce28abeb49252d77 (patch)
tree4dc0be8cc75f8430e71931b4d1de4f6b3426cc32 /include/drm
parentee4084bf063249b3506cdc0a454dd19fa8f7549f (diff)
downloadframeworks_base-c430394ed7dcb458b0850bb1ce28abeb49252d77.zip
frameworks_base-c430394ed7dcb458b0850bb1ce28abeb49252d77.tar.gz
frameworks_base-c430394ed7dcb458b0850bb1ce28abeb49252d77.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.h6
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),