Searched refs:ClearKeyCasSession (Results 1 - 4 of 4) 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;
H A DClearKeyCasPlugin.h34 class ClearKeyCasSession;
123 sp<ClearKeyCasSession> mCASSession;
H A DClearKeyCasPlugin.cpp121 sp<ClearKeyCasSession> session =
135 sp<ClearKeyCasSession> session =
146 sp<ClearKeyCasSession> session =
293 status_t ClearKeyCasSession::updateECM(
342 ssize_t ClearKeyCasSession::decrypt(
392 status_t ClearKeyCasSession::decryptPayload(
418 sp<ClearKeyCasSession> session =

Completed in 1042 milliseconds