Home | History | Annotate | Download | only in clearkey

Lines Matching refs:Session

26 #include "Session.h"
33 sp<Session> session = mSessionLibrary->createSession();
34 sessionId = session->sessionId();
39 sp<Session> session = mSessionLibrary->findSession(sessionId);
40 if (session.get()) {
41 mSessionLibrary->destroySession(session);
61 sp<Session> session = mSessionLibrary->findSession(scope);
62 if (!session.get()) {
65 return session->getKeyRequest(initData, mimeType, &request);
72 sp<Session> session = mSessionLibrary->findSession(scope);
73 if (!session.get()) {
76 status_t res = session->provideKeyResponse(response);