summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorJeff Tinker <jtinker@google.com>2014-04-30 10:21:53 -0700
committerJeff Tinker <jtinker@google.com>2014-07-31 10:27:53 -0700
commitbc6b9e7f8a6b991263906c1b0bd1db0e45b59282 (patch)
tree52e030f03e957ce05f6e247fd6ccf097d36bc4e0 /include/media
parentfd9d183cd8c859ab8480dea572430398438ba8b5 (diff)
downloadframeworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.zip
frameworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.tar.gz
frameworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.tar.bz2
Allow device to be unprovisioned
bug: 12247651 Change-Id: Ib0ec34da708b11a95da66c353d864bb87a6616c9
Diffstat (limited to 'include/media')
-rw-r--r--include/media/drm/DrmAPI.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/drm/DrmAPI.h b/include/media/drm/DrmAPI.h
index fc6b49c..4633b7e 100644
--- a/include/media/drm/DrmAPI.h
+++ b/include/media/drm/DrmAPI.h
@@ -189,6 +189,9 @@ namespace android {
Vector<uint8_t> &certificate,
Vector<uint8_t> &wrapped_key) = 0;
+ // Remove device provisioning.
+ virtual status_t unprovisionDevice() = 0;
+
// A means of enforcing the contractual requirement for a concurrent stream
// limit per subscriber across devices is provided via SecureStop. SecureStop
// is a means of securely monitoring the lifetime of sessions. Since playback