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 mSessionLibrary->destroySession(session);
57 sp<Session> session = mSessionLibrary->findSession(scope);
59 return session->getKeyRequest(initData, initDataType, &request);
66 sp<Session> session = mSessionLibrary->findSession(scope);
67 status_t res = session->provideKeyResponse(response);