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

  /frameworks/av/drm/mediacas/plugins/clearkey/
ClearKeySessionLibrary.cpp 32 ClearKeyCasSession::ClearKeyCasSession(CasPlugin *plugin)
37 ClearKeyCasSession::~ClearKeyCasSession() {
59 sp<ClearKeyCasSession> session = new ClearKeyCasSession(plugin);
72 sp<ClearKeyCasSession> ClearKeySessionLibrary::findSession(
91 sp<ClearKeyCasSession> session = mIDToSessionMap.valueAt(index);
99 sp<ClearKeyCasSession> session = mIDToSessionMap.valueAt(index);
ClearKeySessionLibrary.h 33 class ClearKeyCasSession : public RefBase {
61 explicit ClearKeyCasSession(CasPlugin *plugin);
62 virtual ~ClearKeyCasSession();
67 DISALLOW_EVIL_CONSTRUCTORS(ClearKeyCasSession);
76 sp<ClearKeyCasSession> findSession(const CasSessionId& sessionId);
88 KeyedVector<CasSessionId, sp<ClearKeyCasSession>> mIDToSessionMap;

Completed in 55 milliseconds