Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DDrmPlugin.cpp46 : mSessionLibrary(sessionLibrary) { in DrmPlugin()
66 sp<Session> session = mSessionLibrary->createSession(); in openSession()
72 sp<Session> session = mSessionLibrary->findSession(sessionId); in closeSession()
77 mSessionLibrary->destroySession(session); in closeSession()
103 sp<Session> session = mSessionLibrary->findSession(scope); in getKeyRequest()
125 sp<Session> session = mSessionLibrary->findSession(scope); in provideKeyResponse()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp75 : mSessionLibrary(sessionLibrary), in DrmPlugin()
123 sp<Session> session = mSessionLibrary->createSession(); in openSession()
135 sp<Session> session = mSessionLibrary->createSession(); in openSession_1_1()
150 sp<Session> session = mSessionLibrary->findSession(toVector(sessionId)); in closeSession()
157 mSessionLibrary->destroySession(session); in closeSession()
197 session = mSessionLibrary->findSession(sessionId); in getKeyRequestCommon()
223 sp<Session> session = mSessionLibrary->createSession(); in getKeyRequestCommon()
371 sp<Session> session = mSessionLibrary->findSession(sessionId); in provideKeyResponse()
455 sp<Session> session = mSessionLibrary->findSession(toVector(sessionId)); in restoreKeys()
586 uint32_t currentSessions = mSessionLibrary->numOpenSessions(); in getNumberOfSessions()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h269 SessionLibrary* mSessionLibrary; variable
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DDrmPlugin.h404 SessionLibrary *mSessionLibrary; member