drm: add event for resource manager.

Bug: 19265536
Change-Id: I524962f84aefae28a8ffd411d1bb6521bedb02a7
This commit is contained in:
Ronghua Wu 2015-03-05 09:58:16 -08:00
parent fc35dd8bc9
commit 46722ff44a
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ namespace android {
kDrmPluginEventProvisionRequired = 1,
kDrmPluginEventKeyNeeded,
kDrmPluginEventKeyExpired,
kDrmPluginEventVendorDefined
kDrmPluginEventVendorDefined,
kDrmPluginEventSessionReclaimed
};
// Drm keys can be for offline content or for online streaming.