diff options
author | Jeff Tinker <jtinker@google.com> | 2014-08-04 20:48:20 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-01 13:51:29 +0000 |
commit | b63d63b8afa25694d1973988d7acdfebcd01a18d (patch) | |
tree | 88a37a7a3e984c9c6e63532bed01f95be7224412 /include | |
parent | 44622db93a24219123facbbe14259000f90de728 (diff) | |
parent | 68b15554f6dca3b056eac517fe5fa2fd4ee80a33 (diff) | |
download | frameworks_av-b63d63b8afa25694d1973988d7acdfebcd01a18d.zip frameworks_av-b63d63b8afa25694d1973988d7acdfebcd01a18d.tar.gz frameworks_av-b63d63b8afa25694d1973988d7acdfebcd01a18d.tar.bz2 |
Merge "Allow device to be unprovisioned" into lmp-dev
Diffstat (limited to 'include')
-rw-r--r-- | include/media/IDrm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/IDrm.h b/include/media/IDrm.h index 32ae28e..68de87a 100644 --- a/include/media/IDrm.h +++ b/include/media/IDrm.h @@ -70,6 +70,8 @@ struct IDrm : public IInterface { Vector<uint8_t> &certificate, Vector<uint8_t> &wrappedKey) = 0; + virtual status_t unprovisionDevice() = 0; + virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops) = 0; virtual status_t releaseSecureStops(Vector<uint8_t> const &ssRelease) = 0; |