summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2014-10-31 00:42:33 -0700
committerJeff Tinker <jtinker@google.com>2014-10-31 00:42:33 -0700
commit57481590b98518865e266004e7ca4737abd5508d (patch)
tree227b68c49466c98a080694feb6884cbda9374a53 /include/media
parent7b97351b68e96ea67380140266abb897fe1be57d (diff)
downloadframeworks_native-57481590b98518865e266004e7ca4737abd5508d.zip
frameworks_native-57481590b98518865e266004e7ca4737abd5508d.tar.gz
frameworks_native-57481590b98518865e266004e7ca4737abd5508d.tar.bz2
Add missing secure stop methods
b/18053197 b/18076411 Change-Id: I42b97f7e39d6e9e58990b41a4c4b5a7c9b8a49cf
Diffstat (limited to 'include/media')
-rw-r--r--include/media/drm/DrmAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/drm/DrmAPI.h b/include/media/drm/DrmAPI.h
index 4633b7e..49939fd 100644
--- a/include/media/drm/DrmAPI.h
+++ b/include/media/drm/DrmAPI.h
@@ -209,7 +209,9 @@ namespace android {
// confirmed. The persisted record on the client is only removed after positive
// confirmation that the server received the message using releaseSecureStops().
virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops) = 0;
+ virtual status_t getSecureStop(Vector<uint8_t> const &ssid, Vector<uint8_t> &secureStop) = 0;
virtual status_t releaseSecureStops(Vector<uint8_t> const &ssRelease) = 0;
+ virtual status_t releaseAllSecureStops() = 0;
// Read a property value given the device property string. There are a few forms
// of property access methods, depending on the data type returned.