History log of /frameworks/av/drm/mediadrm/plugins/clearkey/SessionLibrary.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d76b8b5877a9c29bcf2385a1f7bfdf4043e398a0 07-Mar-2017 Jeff Tinker <jtinker@google.com> Prevent findSession from creating new sessions

findSession in the SessionLibrary wasn't detecting
the case of a sessionId not found. Since
DefaultKeyedVector was used, a new session id would
get created instead of returning a null sp.

Test: drm hidl hal vts test

bug:36006836
Change-Id: Iff00d8b84188d2bf9f26bceccf645bb730076378
/frameworks/av/drm/mediadrm/plugins/clearkey/SessionLibrary.cpp
9472e5f3ab44f04c92e44ad0f3e94c0ee508ec11 30-May-2015 Jeff Tinker <jtinker@google.com> Implement MediaCrypto.setMediaDrmSession in clearkey plugin

To support adding cts tests for new APIs in M, the
clearkey DRM plugin needs to be updated.

Change-Id: If672ecec8f570d1dd5130e8e4419d37bd931a9e2
related-to-bug: 21527003
/frameworks/av/drm/mediadrm/plugins/clearkey/SessionLibrary.cpp
1fe11a5d1b7932a8a4a4e6e8cf1aedd21fcdb3aa 14-May-2014 John "Juce" Bruce <juce@google.com> ClearKey Implementation of DRM Plugin APIs

Adds shared-object entry points and interface implementations that
implement the Android ClearKey DRM Plugin API.

Change-Id: Ie889747492cf85efe883149833105538faaa4cfe
/frameworks/av/drm/mediadrm/plugins/clearkey/SessionLibrary.cpp