Merge "Allow device to be unprovisioned" into lmp-dev

This commit is contained in:
Jeff Tinker 2014-08-04 20:48:37 +00:00 committed by Android (Google) Code Review
commit 812e039aeb
1 changed files with 3 additions and 0 deletions

View File

@ -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