HomeSort by relevance Sort by last modified time
    Searched refs:SessionLibrary (Results 1 - 6 of 6) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.cpp 23 #include "SessionLibrary.h"
32 Mutex SessionLibrary::sSingletonLock;
33 SessionLibrary* SessionLibrary::sSingleton = NULL;
35 SessionLibrary* SessionLibrary::get() {
40 sSingleton = new SessionLibrary();
46 const sp<Session>& SessionLibrary::createSession() {
60 const sp<Session>& SessionLibrary::findSession(
66 const sp<Session>& SessionLibrary::findSession
    [all...]
SessionLibrary.h 30 class SessionLibrary {
32 static SessionLibrary* get();
44 DISALLOW_EVIL_CONSTRUCTORS(SessionLibrary);
46 SessionLibrary() : mNextSessionId(1) {}
49 static SessionLibrary* sSingleton;
CryptoFactory.cpp 29 #include "SessionLibrary.h"
46 android::sp<Session> session = SessionLibrary::get()->findSession(
DrmFactory.cpp 27 #include "SessionLibrary.h"
48 *plugin = new DrmPlugin(SessionLibrary::get());
Android.mk 30 SessionLibrary.cpp \
DrmPlugin.h 29 #include "SessionLibrary.h"
42 DrmPlugin(SessionLibrary* sessionLibrary)
43 : mSessionLibrary(sessionLibrary) {}
239 SessionLibrary* mSessionLibrary;

Completed in 1124 milliseconds