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 | c430394ed7dcb458b0850bb1ce28abeb49252d77 (patch) | |
tree | 4dc0be8cc75f8430e71931b4d1de4f6b3426cc32 /include/drm | |
parent | ee4084bf063249b3506cdc0a454dd19fa8f7549f (diff) | |
download | frameworks_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.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), |