Searched defs:ClearKeyCasSession (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeySessionLibrary.cpp32 ClearKeyCasSession::ClearKeyCasSession(CasPlugin *plugin) function in class:android::clearkeycas::ClearKeyCasSession
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);
H A DClearKeySessionLibrary.h33 class ClearKeyCasSession : public RefBase { class in namespace:android::clearkeycas
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 435 milliseconds