summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework/include/DrmManager.h
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2013-07-22 15:54:42 -0700
committerJeff Tinker <jtinker@google.com>2013-07-23 11:32:15 -0700
commitf355f18aa2cc1706761e373fe19298a9ccc9c75a (patch)
tree72caa7cb946dd0de42de5dc30e83b5e99137485d /drm/libdrmframework/include/DrmManager.h
parent20f4754b7e687d3718a0a0a585f2c9ac22e2567d (diff)
downloadframeworks_av-f355f18aa2cc1706761e373fe19298a9ccc9c75a.zip
frameworks_av-f355f18aa2cc1706761e373fe19298a9ccc9c75a.tar.gz
frameworks_av-f355f18aa2cc1706761e373fe19298a9ccc9c75a.tar.bz2
Remove obsolete drm manager code
bug: 9545965 Change-Id: Ia6e09efa826b1349d027045e782980daeb7d7596
Diffstat (limited to 'drm/libdrmframework/include/DrmManager.h')
-rw-r--r--drm/libdrmframework/include/DrmManager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drm/libdrmframework/include/DrmManager.h b/drm/libdrmframework/include/DrmManager.h
index 8ab693f..e7cdd36 100644
--- a/drm/libdrmframework/include/DrmManager.h
+++ b/drm/libdrmframework/include/DrmManager.h
@@ -70,8 +70,6 @@ public:
status_t setDrmServiceListener(
int uniqueId, const sp<IDrmServiceListener>& drmServiceListener);
- status_t installDrmEngine(int uniqueId, const String8& drmEngineFile);
-
DrmConstraints* getConstraints(int uniqueId, const String8* path, const int action);
DrmMetadata* getMetadata(int uniqueId, const String8* path);