From 57481590b98518865e266004e7ca4737abd5508d Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Fri, 31 Oct 2014 00:42:33 -0700 Subject: [PATCH] Add missing secure stop methods b/18053197 b/18076411 Change-Id: I42b97f7e39d6e9e58990b41a4c4b5a7c9b8a49cf --- include/media/drm/DrmAPI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/media/drm/DrmAPI.h b/include/media/drm/DrmAPI.h index 4633b7efe..49939fda9 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 > &secureStops) = 0; + virtual status_t getSecureStop(Vector const &ssid, Vector &secureStop) = 0; virtual status_t releaseSecureStops(Vector 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.