summaryrefslogtreecommitdiffstats
path: root/drm/drmserver
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-03-15 10:52:28 -0700
committerGloria Wang <gwang@google.com>2011-03-15 11:17:22 -0700
commit8d2577b9ac2f95f218db59a78447efd3c6a742dd (patch)
tree615cb3a9b4108444458d9d46858794fbed8d504b /drm/drmserver
parent8b9a9067511efca72ca872d689e30315c1450f94 (diff)
downloadframeworks_av-8d2577b9ac2f95f218db59a78447efd3c6a742dd.zip
frameworks_av-8d2577b9ac2f95f218db59a78447efd3c6a742dd.tar.gz
frameworks_av-8d2577b9ac2f95f218db59a78447efd3c6a742dd.tar.bz2
Bug fixes of DRM framework.
- Add death listener to clean-up drmserver appropriately when drmserver died. - Remove "static" declaration of mUniqueIdVector because it was not needed to be static variable. - Remove "class DrmContentIds;" because the class does not exist. - contentPath in saveRights() could be empty because it is not required by some DRM schemes. - Fix naming convention to use sXXX for static variables. - Fix typo Change-Id: I7d440488fc074c200f1009d1bafafeffebd690b2
Diffstat (limited to 'drm/drmserver')
-rw-r--r--drm/drmserver/DrmManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/drm/drmserver/DrmManager.cpp b/drm/drmserver/DrmManager.cpp
index 305bafc..f44c06d 100644
--- a/drm/drmserver/DrmManager.cpp
+++ b/drm/drmserver/DrmManager.cpp
@@ -37,7 +37,6 @@
using namespace android;
-Vector<int> DrmManager::mUniqueIdVector;
const String8 DrmManager::EMPTY_STRING("");
DrmManager::DrmManager() :