Searched refs:mSessionLibrary (Results 1 – 2 of 2) sorted by relevance
33 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()
43 : mSessionLibrary(sessionLibrary) {} in DrmPlugin()236 SessionLibrary* mSessionLibrary; variable