summaryrefslogtreecommitdiffstats
path: root/drm/common/DrmSupportInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-2/+2
| | | | Change-Id: I0a744dc7815a86a993df9b0623440be620ec8903
* - Add two sanity checks.Gloria Wang2011-06-221-0/+4
| | | | | | | - Remove one unnecessary line. - Clear the extendedData vector in DecryptHandle. Change-Id: I2610c6d68f12d48cb69323a5eb2ae4b3b3e44dff
* Include strings.h for the strcasecmp prototype.Carl Shapiro2011-03-221-1/+1
| | | | Change-Id: I83cd464d59d16f1c5f8afa7e50d474ca2bb41713
* Bug 4016329 do full string comparisonsGlenn Kasten2011-03-141-2/+2
| | | | | | | | | | Use full string comparisons instead of partial for file extension and MIME type. Do case-insensitive comparison of MIME type and file extensions. Fix error in comment for String8::getPathExtension. Remove dead code -- StringTokenizer is unused. Change-Id: I322be6235abbdaab5f7eafa48926dbb2cf46dc29
* To support DRM files without file extensionGloria Wang2011-03-021-1/+1
| | | | Change-Id: Ie7701048d0dbd51bf358364014a1b41c894b664c
* Update of DRM framework.Takeshi Aimi2010-10-041-2/+2
| | | | | | | | | | | | | - 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/+155
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