• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

common/15-Dec-2024-4,3022,531

drmserver/15-Dec-2024-2,2581,673

libdrmframework/14-Jan-2024-7,9325,136

libmediadrm/15-Dec-2024-10,4787,930

libmediadrmrkp/15-Dec-2024-453330

mediacas/plugins/14-Jan-2024-3,0881,889

mediadrm/plugins/14-Jan-2024-8,8596,185

OWNERSD14-Jan-202460 43

README.mdD14-Jan-2024510 1411

TEST_MAPPINGD14-Jan-2024468 2019

README.md

1## AIDL error handling
2
3Starting in **Android U (14)**, `libmediadrm` (app-side) understands extra error
4details from **AIDL** DRM HALs passed through the binder exception message
5as a json string. The supported fields are:
6* `cdmError` (*int*)
7* `oemError` (*int*)
8* `context` (*int*)
9* `errorMessage` (*str*)
10
11The errors details will be reported to apps through the java interface
12`android.media.MediaDrmThrowable`. Please see the javadoc of `MediaDrmThrowable`
13for detailed definitions of each field above.
14