diff options
author | Jeff Tinker <jtinker@google.com> | 2014-04-30 10:21:53 -0700 |
---|---|---|
committer | Jeff Tinker <jtinker@google.com> | 2014-07-31 10:27:53 -0700 |
commit | bc6b9e7f8a6b991263906c1b0bd1db0e45b59282 (patch) | |
tree | 52e030f03e957ce05f6e247fd6ccf097d36bc4e0 /include/media | |
parent | fd9d183cd8c859ab8480dea572430398438ba8b5 (diff) | |
download | frameworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.tar.gz frameworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.tar.bz2 frameworks_native-bc6b9e7f8a6b991263906c1b0bd1db0e45b59282.zip |
Allow device to be unprovisioned
bug: 12247651
Change-Id: Ib0ec34da708b11a95da66c353d864bb87a6616c9
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/drm/DrmAPI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/drm/DrmAPI.h b/include/media/drm/DrmAPI.h index fc6b49c27..4633b7efe 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 |