summaryrefslogtreecommitdiffstats
path: root/drm/common/ReadWriteUtils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory leakage in the DRM frameworkHung Nguyen2013-01-241-1/+1
| | | | Change-Id: Ib1276bec6cafb4e94f8f13b52e50e4987765eec4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-2/+2
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* 64-bit file size/offset support for DRM frameworkGloria Wang2010-11-191-2/+2
| | | | Change-Id: I0ba7147607825234df9fa28732e1bba344e82e79
* Update of DRM framework.Takeshi Aimi2010-10-041-26/+35
| | | | | | | | | | | | | - 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
* Initial contribution from Sony Corporation.aimitakeshi2010-09-011-0/+100
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