summaryrefslogtreecommitdiffstats
path: root/drm/libdrmframework
Commit message (Expand)AuthorAgeFilesLines
* Remove subdirs from Android.bpPawin Vongmasa2019-03-284-11/+0
* Use ICU in libandroidicuVictor Chang2019-01-021-2/+1
* openDecryptSession() should consistently return sp<DecryptHandle>Jeff Tinker2018-10-055-78/+81
* Use -Werror in frameworks/avChih-Hung Hsieh2017-10-206-0/+13
* Merge "Fix memory leak warning in FwdLockEngine.cpp"Zhizhou Yang2017-08-181-4/+8
|\
| * Fix memory leak warning in FwdLockEngine.cppZhizhou Yang2017-08-161-4/+8
* | Merge "Convert libdrmframework and drmserver to Android.bp" am: a33999bab9 am...Colin Cross2017-05-0432-2331/+257
|\|
| * Convert libdrmframework and drmserver to Android.bpColin Cross2017-05-0332-2331/+257
* | Remove executable bit from ordinary filesGlenn Kasten2016-10-171-0/+0
|/
* Merge "Fix clang-tidy warnings in drm."Chih-Hung Hsieh2016-08-093-3/+3
|\
| * Fix clang-tidy warnings in drm.Chih-Hung Hsieh2016-08-093-3/+3
* | Merge "Fix misc-macro-parentheses warnings." am: 64d4f64af0Chih-hung Hsieh2016-05-191-1/+1
|\|
| * Fix misc-macro-parentheses warnings.Chih-Hung Hsieh2016-05-171-1/+1
* | resolve merge conflicts of b5ab355 to nyc-dev-plus-aospMark Salyzyn2016-03-312-29/+30
|\|
| * drm: unused argument warning messagesMark Salyzyn2016-03-316-123/+152
* | Fix more unused parameter warnings in frameworks/av/drm.Aurimas Liutikas2016-02-123-58/+70
* | Suppress unused parameter warnings in libdrmframework.Aurimas Liutikas2016-02-123-37/+114
|/
* FwdLockConv.c: include what you use.Adam Langley2015-05-121-0/+1
* Remove superfluous OpenSSL include paths.Adam Langley2015-01-224-9/+3
* Update calls to IInterface::asBinder()Marco Nelissen2014-11-171-1/+1
* am ac4d8b31: am 6ade0417: Merge "Remove dead code."Chih-Hung Hsieh2014-10-071-8/+0
|\
| * Remove dead code.Chih-Hung Hsieh2014-10-071-8/+0
* | am 3a94ca56: am fc36efee: Merge "Fix comparison of String8 to char* literal"Glenn Kasten2014-09-261-1/+1
|\|
| * Fix comparison of String8 to char* literalBernhard Rosenkraenzer2014-09-181-1/+1
* | am bb5b41a3: am a018cd49: Merge "Add SELinux MAC to DrmManagerService."Nick Kralevich2014-07-251-0/+19
|\|
| * Add SELinux MAC to DrmManagerService.Riley Spahn2014-07-251-0/+19
* | am 4299a7c2: am 940f8be3: Merge "Implement a NoOp DrmManagerClientImpl when n...Adam Lesinski2014-06-106-38/+277
|\ \
| * \ am 940f8be3: Merge "Implement a NoOp DrmManagerClientImpl when no DRM service...Adam Lesinski2014-06-096-38/+277
| |\ \ | | |/ | |/|
| | * Implement a NoOp DrmManagerClientImpl when no DRM service existsAdam Lesinski2014-06-066-38/+277
* | | am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70dMark Salyzyn2014-04-151-2/+2
|\| |
| * | media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-2/+2
| |/
* | am bb9e396d: am 06f7d151: am 06da69d5: Merge "frameworks/av: convert LOCAL_MO...Colin Cross2014-01-281-1/+1
|\|
| * frameworks/av: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATHColin Cross2014-01-271-1/+1
* | Fixed file descriptor leak in FwdLockEngine::onGetOriginalMimeType.Robert Shih2013-11-081-0/+1
|/
* Remove obsolete drm manager codeJeff Tinker2013-07-235-28/+0
* Add liblogYing Wang2013-04-093-0/+3
* Remove unnecessary lib dependencies in the FL makefileHenrik B Andersson2013-01-282-8/+0
* Fixed bugs where the content of buffer holding keys was cleared using a wrong...Hung Nguyen2013-01-252-4/+9
* Fixed memory leakage in the DRM frameworkHung Nguyen2013-01-241-1/+2
* Fix for not ending up in an eternal loop in DrmManager.Henrik B Andersson2013-01-241-1/+5
* Let getOriginalMimeType() take a fd passed from drm java applicationsJames Dong2012-08-1014-43/+26
* Remove some unused forward lock codeJames Dong2012-08-082-61/+0
* am e20435de: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libs build under ...James Dong2012-06-138-0/+760
|\
| * Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-138-0/+760
* | Add a new API on DRM Framework for streamingKei Takahashi2012-05-238-0/+66
|/
* You don't need LOCAL_SHARED_LIBRARIES/LOCAL_STATIC_LIBRARIES to build a stati...Ying Wang2012-04-091-7/+0
* Removed unnecessary include JNI from two drm Android.mk filesJames Dong2012-03-282-2/+0
* AV Android make files changesJames Dong2012-03-286-14/+10
* Merge "make sure that lower-case mime and file suffix is used to check agains...James Dong2012-03-141-5/+8
|\
| * make sure that lower-case mime and file suffix is used to check against the s...James Dong2012-03-131-5/+8