summaryrefslogtreecommitdiffstats
path: root/media/libdrm
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up exception throwing in the media native code.Elliott Hughes2011-04-082-14/+6
| | | | | | | (I'm going through all of frameworks/base in multiple passes. This pass is just for exception throwing.) Change-Id: Ia14a5c720edae86ac780023be88e676aa1b3315d
* Remove libdrm2. This code appears to be unused.Nick Kralevich2010-05-13123-19517/+0
| | | | | | | | | This code generates warnings when compiled with -Wformat-security, and since it isn't being used, I figured it's better to just delete it. As always, this code can be restored by reverting this change. Change-Id: I1da2049f41312b6eae5fa42892beb4a2036eb12f
* libdrm: "==" should be an assignment.Mike Lockwood2009-08-121-1/+1
| | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* libdrm1: Use libcrypto instead of libaes.Chia-chi Yeh2009-08-054-25/+23
| | | | | It seems that libdrm1 was the only user of libaes. Now libaes is no longer required and removing it saves 36 kilobytes.
* AI 143430: Remove broken and unused code.Doug Kwan2009-03-282-12/+0
| | | | | | | | | | | This CL removes RoManager::getDevicePrivateKey() and its declaration. The method is not used anywhere and it contains bad code that returns reference to a local object. This is tested by building the master tree and running the framework testsuite. No error was found in testsuite. BUG=1737538 Automated import of CL 143430
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03152-0/+28796
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03152-28796/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-2/+2
|
* Initial ContributionThe Android Open Source Project2008-10-21152-0/+28796