summaryrefslogtreecommitdiffstats
path: root/drm
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of a8d7b747 to masterGloria Wang2010-11-0321-412/+340
|\ | | | | | | Change-Id: I8a4b72c9f9a10de8bbc285e00e2dd5cb9f498349
| * Update of DRM frameworkTakeshi Aimi2010-11-0221-428/+341
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Overload openDecryptSession() with uri parameter in order to accept URI of DRM content, Following API is added, DecryptHandle*openDecryptSession(const char* uri);. - Unify texisting three event types of processDrmInfo() so that caller of DRM framework does not have to handle many event types. - Let DrmManagerService call load/unload plugins API so that client of DRM framework does not have to manage plug-in load/unload. - Trivial fix in DrmManagerClient.java is also incorporated. Changes are made by Sony Corporation. Change-Id: If62b47fa0360718fdc943e6e6143671d7db26adc
* | Disable some logsGloria Wang2010-11-022-5/+0
| | | | | | | | Change-Id: I05fcf6869916504367814fd2abd2b1af88619f5b
* | Add support for WV pluginGloria Wang2010-10-291-0/+27
| | | | | | | | Change-Id: I0b9d0488f123c05ad2d94315236458f479e00b78
* | Do not create drm directory here. Fix for bug 3134576.Gloria Wang2010-10-261-16/+1
|/ | | | Change-Id: I1e26ff32b1c2d97464d544c2455eab0a726e3294
* Update of DRM framework.Takeshi Aimi2010-10-0429-464/+1173
| | | | | | | | | | | | | - Change "void" type of return value to "int" for returning status. - Add some of overloaded Java APIs which accept database Uri as input. - Add asynchronous APIs - Add OnEventListener and OnErrorListener for asynchronous APIs - Disable debug log - Change decrypt() API to accept an optional buffer needed by some of DRM schemes Changes are incorporated by Sony Corporation. Change-Id: I414a165e22cc79be6ea7cd28041788aa2b6b8f7c
* There is no @note javadoc tag.Joe Onorato2010-09-161-5/+5
| | | | Change-Id: I4bb4e0be518b01f2a81d870ff4ec9da81555afbd
* Make DRM libraries optionalJean-Baptiste Queru2010-09-106-2/+11
| | | | Change-Id: I0b591b75a035bc6d8049c85b595966845fedaa15
* fix buildJean-Baptiste Queru2010-09-092-4/+14
| | | | Change-Id: Iccb40c8c5df879288f35e0940c721d306fb75c12
* fix buildJean-Baptiste Queru2010-09-091-2/+7
| | | | Change-Id: Idccb3f2499bbaac61099d8232cadd633b93ad846
* fix buildJean-Baptiste Queru2010-09-091-2/+7
| | | | Change-Id: I4aba42eabb2f959b5301bfd16f65fa6141d86ddc
* fix buildJean-Baptiste Queru2010-09-091-2/+7
| | | | Change-Id: I603e317b774758add127d7fe386fd60dc16d3101
* Initial contribution from Sony Corporation.aimitakeshi2010-09-0155-0/+9321
Add DRM Framework to support DRM content playback together with StageFright. - DRM Framework code is added - include/drm - drm - api/current.xml is updated to include DRM Framework Java APIs - cmds/servicemanager/service_manager.c is modified to add drmManager and drmIOService. Change-Id: I6d7bc9c7067362b500e530988a9ce241761866fb