| Commit message (Expand) | Author | Age | Files | Lines |
* | Frameworks/base: Wall Werror in drm | Andreas Gampe | 2014-11-10 | 2 | -4/+5 |
* | am 5fed49f7: am 4d9fcae2: Merge "Allow for a NoOp implementation of DrmManage... | Adam Lesinski | 2014-06-10 | 1 | -1/+1 |
|\ |
|
| * | Allow for a NoOp implementation of DrmManagerClientImpl | Adam Lesinski | 2014-06-04 | 1 | -1/+1 |
* | | Fix a few more stray libcore.io references. | Elliott Hughes | 2014-04-28 | 1 | -1/+1 |
* | | Move internal libcore.os users over to android.system. | Elliott Hughes | 2014-04-28 | 1 | -3/+3 |
* | | Update DrmOutputStream to use raw FileDescriptor. | Jeff Sharkey | 2014-02-06 | 1 | -11/+22 |
* | | am 38638b2f: am eaae9906: am 672f3ee3: am 95ba1eb6: am dd6de16a: Merge "AArch... | Narayan Kamath | 2014-01-29 | 2 | -15/+18 |
|\ \
| |/ |
|
| * | AArch64: Use long for pointers in DRM classes | Ashok Bhat | 2014-01-17 | 2 | -15/+18 |
* | | Remove unused imports from frameworks/base. | John Spurlock | 2013-11-20 | 1 | -1/+0 |
* | | Revert "Enhancement for OnInfo callback on DRM Framework" | Jeff Tinker | 2013-09-03 | 2 | -70/+14 |
* | | Enhancement for OnInfo callback on DRM Framework | Takeshi Aimi | 2013-08-23 | 2 | -14/+70 |
|/ |
|
* | Add liblog | Ying Wang | 2013-04-09 | 1 | -1/+1 |
* | Move stream creation outside of DrmOutputStream. | Jeff Sharkey | 2012-12-17 | 1 | -33/+34 |
* | Move DRM to CloseGuard, add DrmOutputStream. | Jeff Sharkey | 2012-12-13 | 2 | -9/+124 |
* | am 768d9e1a: Merge "Correct executable bit for source files" | Kenny Root | 2012-11-07 | 14 | -0/+0 |
|\ |
|
| * | Correct executable bit for source files | Kenny Root | 2012-11-07 | 14 | -0/+0 |
* | | Merge "Let getOriginalMimeType() take a fd passed from drm java applications"... | James Dong | 2012-08-22 | 2 | -7/+37 |
|\ \
| |/
|/| |
|
| * | Let getOriginalMimeType() take a fd passed from drm java applications | James Dong | 2012-08-22 | 2 | -7/+37 |
* | | Release JNI local references as soon as possible. | Henrik B Andersson | 2012-08-17 | 2 | -49/+59 |
|/ |
|
* | Fix an issue where the message queue fails to queue in the looper threads bec... | James Dong | 2012-05-07 | 1 | -15/+17 |
* | frameworks base Android.mk file changes | James Dong | 2012-03-28 | 1 | -3/+3 |
* | Deleted the media, camera, drm related files since they are relocated | James Dong | 2012-03-28 | 60 | -12411/+0 |
* | Merge "make sure that lower-case mime and file suffix is used to check agains... | James Dong | 2012-03-14 | 1 | -5/+8 |
|\ |
|
| * | make sure that lower-case mime and file suffix is used to check against the s... | James Dong | 2012-03-13 | 1 | -5/+8 |
* | | Merge "Fixed a buffer overflow bug in DrmPassthruPlugin" | James Dong | 2012-03-14 | 1 | -2/+8 |
|\ \ |
|
| * | | Fixed a buffer overflow bug in DrmPassthruPlugin | James Dong | 2012-03-13 | 1 | -2/+8 |
| |/ |
|
* | | Turned off log spamming from DrmPassthruPlugin | James Dong | 2012-03-13 | 1 | -28/+28 |
|/ |
|
* | Merge "Avoid checking supported mime types or file suffixes in multiple places" | James Dong | 2012-03-12 | 3 | -53/+55 |
|\ |
|
| * | Avoid checking supported mime types or file suffixes in multiple places | James Dong | 2012-03-09 | 3 | -53/+55 |
* | | Added an failure log message when the fwdlock engine fails to open a given file. | James Dong | 2012-03-09 | 1 | -1/+8 |
|/ |
|
* | There was copy and paste code in JNI to create a DrmConvertedStatus object. | James Dong | 2012-03-05 | 1 | -40/+25 |
* | Fix some JNI issues in the drm framework | James Dong | 2012-03-02 | 1 | -30/+9 |
* | Merge "Fixes to DrmConvertedStatus, DrmInfoStatus, and DrmSupportInfo classes" | James Dong | 2012-03-02 | 3 | -47/+136 |
|\ |
|
| * | Fixes to DrmConvertedStatus, DrmInfoStatus, and DrmSupportInfo classes | James Dong | 2012-03-01 | 3 | -47/+136 |
* | | am f73222a3: am 964955e0: am 8a9b14d8: am 5aeb8587: Merge "DRM framwork bug f... | Jean-Baptiste Queru | 2012-03-01 | 2 | -27/+85 |
|\ \ |
|
| * | | DRM framwork bug fix: add an API to release resources | Kei Takahashi | 2012-02-29 | 2 | -27/+85 |
| * | | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) | Steve Block | 2012-01-19 | 3 | -14/+14 |
| * | | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) | Steve Block | 2012-01-19 | 1 | -2/+2 |
| * | | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) | Steve Block | 2012-01-19 | 1 | -1/+1 |
| * | | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) | Steve Block | 2012-01-19 | 2 | -28/+28 |
| * | | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) | Steve Block | 2012-01-19 | 6 | -138/+138 |
* | | | Added permission check for all sensitive drm API calls | James Dong | 2012-02-28 | 1 | -0/+21 |
| |/
|/| |
|
* | | Merge "Fix API issues in DrmRights class." | James Dong | 2012-02-28 | 1 | -33/+22 |
|\ \ |
|
| * | | Fix API issues in DrmRights class. | James Dong | 2012-02-27 | 1 | -33/+22 |
* | | | Merge "Deprecate default constructor for classes that should have been meant ... | James Dong | 2012-02-28 | 1 | -0/+30 |
|\ \ \ |
|
| * | | | Deprecate default constructor for classes that should have been meant to be i... | James Dong | 2012-02-27 | 1 | -0/+30 |
| |/ / |
|
* | | | Merge "Remove unnecessary header file includes for drmserver" | James Dong | 2012-02-28 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | Remove unnecessary header file includes for drmserver | James Dong | 2012-02-27 | 1 | -5/+0 |
| |/ / |
|
* | | | Merge "Added missing javadoc comment for public API in DrmUtils class" | James Dong | 2012-02-28 | 1 | -5/+25 |
|\ \ \ |
|
| * | | | Added missing javadoc comment for public API in DrmUtils class | James Dong | 2012-02-27 | 1 | -5/+25 |
| |/ / |
|