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 63 friend class ClearKeySessionLibrary;
72 class ClearKeySessionLibrary {
74 static ClearKeySessionLibrary* get();
86 static ClearKeySessionLibrary* sSingleton;
92 ClearKeySessionLibrary();
93 DISALLOW_EVIL_CONSTRUCTORS(ClearKeySessionLibrary);

Completed in 111 milliseconds