History log of /frameworks/av/services/mediadrm/main_mediadrmserver.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c903684e9a8af5450bab61b0883fc81c5a466844 19-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix the last warnings in frameworks/av/ drm code.

- index is always positive so no need to check > 0
- args parameters are unused.

Bug: 27151704
Change-Id: Ia4c23e1fc4eaef47f38526574b35ccfea9c92177
/frameworks/av/services/mediadrm/main_mediadrmserver.cpp
a69729dc76b97c44387088d351480d5d0701517e 12-Feb-2016 Jeff Tinker <jtinker@google.com> Add mediadrm service

Part of media security hardening

This is an intermediate step toward moving
mediadrm to a new service separate from mediaserver.
This first step allows mediadrmservice to run based
on the system property media.mediadrmservice.enable
so it can be selectively enabled on devices that
support using native_handles for secure buffers.

bug: 22990512
Change-Id: I70320f0c4b7861cdba26fbc24c20bce54e5749a4
/frameworks/av/services/mediadrm/main_mediadrmserver.cpp