Searched refs:ClearKeySessionLibrary (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp18 #define LOG_TAG "ClearKeySessionLibrary"
24 #include "ClearKeySessionLibrary.h"
29 Mutex ClearKeySessionLibrary::sSingletonLock;
30 ClearKeySessionLibrary* ClearKeySessionLibrary::sSingleton = NULL;
40 ClearKeySessionLibrary* ClearKeySessionLibrary::get() {
45 sSingleton = new ClearKeySessionLibrary();
51 ClearKeySessionLibrary::ClearKeySessionLibrary() function in class:android::clearkeycas::ClearKeySessionLibrary
[all...]
H A DClearKeySessionLibrary.h59 friend class ClearKeySessionLibrary;
70 class ClearKeySessionLibrary { class in namespace:android::clearkeycas
72 static ClearKeySessionLibrary* get();
84 static ClearKeySessionLibrary* sSingleton;
90 ClearKeySessionLibrary();
91 DISALLOW_EVIL_CONSTRUCTORS(ClearKeySessionLibrary);
H A DAndroid.mk23 ClearKeySessionLibrary.cpp \
H A DClearKeyCasPlugin.cpp24 #include "ClearKeySessionLibrary.h"
93 ClearKeySessionLibrary::get()->destroyPlugin(this);
116 return ClearKeySessionLibrary::get()->addSession(this, sessionId);
122 ClearKeySessionLibrary::get()->findSession(sessionId);
127 ClearKeySessionLibrary::get()->destroySession(sessionId);
136 ClearKeySessionLibrary::get()->findSession(sessionId);
147 ClearKeySessionLibrary::get()->findSession(sessionId);
419 ClearKeySessionLibrary::get()->findSession(sessionId);

Completed in 62 milliseconds