• Home
Name Date Size #Lines LOC

..--

common/03-May-2024-4,3022,531

drmserver/03-May-2024-2,2521,669

libdrmframework/03-May-2024-7,9205,127

libmediadrm/03-May-2024-10,3587,854

mediacas/plugins/03-May-2024-3,2792,031

mediadrm/plugins/03-May-2024-8,7196,063

OWNERSD03-May-202460 43

README.mdD03-May-2024510 1411

TEST_MAPPINGD03-May-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