Searched refs:SessionLibrary (Results 1 – 14 of 14) sorted by relevance
32 Mutex SessionLibrary::sSingletonLock;33 SessionLibrary* SessionLibrary::sSingleton = NULL;35 SessionLibrary* SessionLibrary::get() { in get()40 sSingleton = new SessionLibrary(); in get()46 sp<Session> SessionLibrary::createSession() { in createSession()60 sp<Session> SessionLibrary::findSession( in findSession()69 void SessionLibrary::destroySession(const sp<Session>& session) { in destroySession()
54 *plugin = new DrmPlugin(SessionLibrary::get()); in createDrmPlugin()
88 mSession = SessionLibrary::get()->findSession(sessionId); in setMediaDrmSession()
31 "SessionLibrary.cpp",
45 DrmPlugin::DrmPlugin(SessionLibrary* sessionLibrary) in DrmPlugin()
34 Mutex SessionLibrary::sSingletonLock;35 SessionLibrary* SessionLibrary::sSingleton = NULL;37 SessionLibrary* SessionLibrary::get() { in get()42 sSingleton = new SessionLibrary(); in get()48 sp<Session> SessionLibrary::createSession() { in createSession()70 sp<Session> SessionLibrary::findSession( in findSession()81 void SessionLibrary::destroySession(const sp<Session>& session) { in destroySession()
68 plugin = new DrmPlugin(SessionLibrary::get()); in createPlugin()
33 "SessionLibrary.cpp",
173 mSession = SessionLibrary::get()->findSession(sessionId); in setMediaDrmSession()
60 DrmPlugin::DrmPlugin(SessionLibrary* sessionLibrary) in DrmPlugin()
30 class SessionLibrary {32 static SessionLibrary* get();42 DISALLOW_EVIL_CONSTRUCTORS(SessionLibrary);44 SessionLibrary() : mNextSessionId(1) {} in SessionLibrary() function47 static SessionLibrary* sSingleton;
42 explicit DrmPlugin(SessionLibrary* sessionLibrary);269 SessionLibrary* mSessionLibrary;
34 class SessionLibrary : public RefBase {36 static SessionLibrary* get();48 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(SessionLibrary);50 SessionLibrary() : mNextSessionId(1) {} in SessionLibrary() function53 static SessionLibrary* sSingleton;
54 explicit DrmPlugin(SessionLibrary* sessionLibrary);328 SessionLibrary *mSessionLibrary;