Home
last modified time | relevance | path

Searched refs:mSessionLibrary (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp33 sp<Session> session = mSessionLibrary->createSession(); in openSession()
39 sp<Session> session = mSessionLibrary->findSession(sessionId); in closeSession()
41 mSessionLibrary->destroySession(session); in closeSession()
61 sp<Session> session = mSessionLibrary->findSession(scope); in getKeyRequest()
72 sp<Session> session = mSessionLibrary->findSession(scope); in provideKeyResponse()
DDrmPlugin.h43 : mSessionLibrary(sessionLibrary) {} in DrmPlugin()
236 SessionLibrary* mSessionLibrary; variable