summaryrefslogtreecommitdiffstats
path: root/drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2014-11-05 20:11:10 -0800
committerJeff Tinker <jtinker@google.com>2014-11-05 20:15:16 -0800
commit85c737a67e1b679251fce7f456ae79eefdc15e07 (patch)
tree607ec3bca7bcd0e1ffbfa83f5462145f4f7854e4 /drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h
parent2514d080c8a54ff603a45d7e336de668fe7329db (diff)
downloadframeworks_av-85c737a67e1b679251fce7f456ae79eefdc15e07.zip
frameworks_av-85c737a67e1b679251fce7f456ae79eefdc15e07.tar.gz
frameworks_av-85c737a67e1b679251fce7f456ae79eefdc15e07.tar.bz2
Fix build, update mock drm plugin
Change-Id: I9b0f031e19d6d3359d74c17b4b521642bad37936
Diffstat (limited to 'drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h')
-rw-r--r--drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h b/drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h
index 4b63299..d1d8058 100644
--- a/drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h
+++ b/drm/mediadrm/plugins/mock/MockDrmCryptoPlugin.h
@@ -88,7 +88,9 @@ namespace android {
status_t unprovisionDevice();
status_t getSecureStops(List<Vector<uint8_t> > &secureStops);
+ status_t getSecureStop(Vector<uint8_t> const &ssid, Vector<uint8_t> &secureStop);
status_t releaseSecureStops(Vector<uint8_t> const &ssRelease);
+ status_t releaseAllSecureStops();
status_t getPropertyString(String8 const &name, String8 &value ) const;
status_t getPropertyByteArray(String8 const &name,