HomeSort by relevance Sort by last modified time
    Searched defs:ClearKeySessionLibrary (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeySessionLibrary.cpp 18 #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() : mNextSessionId(1) {
    [all...]
ClearKeySessionLibrary.h 59 friend class ClearKeySessionLibrary;
70 class ClearKeySessionLibrary {
72 static ClearKeySessionLibrary* get();
84 static ClearKeySessionLibrary* sSingleton;
90 ClearKeySessionLibrary();
91 DISALLOW_EVIL_CONSTRUCTORS(ClearKeySessionLibrary);

Completed in 86 milliseconds