Go to file
Jeff Tinker ac7d8fe36f Add a method to associate MediaDrm session with MediaCrypto
Previously, to associate a MediaDrm session with MediaCrypto,
the MediaDrm sessionId was passed as initData to the MediaCrypto
constructor.  This is not ideal for two reasons: it's pretty
obscure and you can't change the association without tearing
down the MediaCodec/MediaCrypto and starting all over.  Use
cases like key rotation require being able to update the
MediaDrm session post-construction.  This CL addresses both of
these issues.

bug: 19570317
Change-Id: Iede35e73e9007df13254edaa5877cb4832b28646
2015-04-10 04:10:10 -07:00
build Increase growth limit from 64m to 80m for 1024mb hdpi tablet 2014-12-11 13:40:37 -08:00
cmds am 8571e647: am 997eb5dd: am 44a38d93: Merge "Start accepting volume UUIDs from framework." 2015-04-09 22:17:46 +00:00
data/etc Add Package Manager feature to enable MIDI support 2015-03-27 13:21:56 -07:00
include Add a method to associate MediaDrm session with MediaCrypto 2015-04-10 04:10:10 -07:00
libs Pass through availability of audio mic for input devices. 2015-04-09 10:02:16 -07:00
opengl am 5e44f932: am b6b81d6a: Merge "[MIPS] Fix mips32r1 build" 2015-03-15 22:34:00 +00:00
services Pass through availability of audio mic for input devices. 2015-04-09 10:02:16 -07:00
MODULE_LICENSE_APACHE2
NOTICE