Home
last modified time | relevance | path

Searched defs:DecryptHandle (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/drm/common/include/
DDrmEngineBase.h404 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession()
436 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession()
453 sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession()
/frameworks/av/drm/libdrmframework/
DNoOpDrmManagerClientImpl.cpp100 sp<DecryptHandle> &/* decryptHandle */, in consumeRights()
108 sp<DecryptHandle> &/* decryptHandle */, in setPlaybackStatus()
184 sp<DecryptHandle> &/* decryptHandle */) { in closeDecryptSession()
190 sp<DecryptHandle> &/* decryptHandle */, in initializeDecryptUnit()
198 sp<DecryptHandle> &/* decryptHandle */, in decrypt()
208 sp<DecryptHandle> &/* decryptHandle */, in finalizeDecryptUnit()
215 sp<DecryptHandle> &/* decryptHandle */, in pread()
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp188 sp<DecryptHandle>& /*decryptHandle*/, int /*action*/, bool /*reserve*/) { in onConsumeRights()
194 sp<DecryptHandle>& /*decryptHandle*/, int /*playbackStatus*/, int64_t /*position*/) { in onSetPlaybackStatus()
259 int /*uniqueId*/, sp<DecryptHandle>& /*decryptHandle*/, const char* /*uri*/) { in onOpenDecryptSession()
275 sp<DecryptHandle>& /*decryptHandle*/, in onInitializeDecryptUnit()
281 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, in onDecrypt()
304 int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, int /*decryptUnitId*/) { in onFinalizeDecryptUnit()
309 ssize_t DrmPassthruPlugIn::onPread(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, in onPread()
/frameworks/av/media/libmedia/include/android/
DIDataSource.h28 class DecryptHandle; variable
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp299 sp<DecryptHandle>& /* decryptHandle */, in onConsumeRights()
378 sp<DecryptHandle>& /* decryptHandle */, int /* playbackStatus */,
599 sp<DecryptHandle>& /* decryptHandle */,
608 sp<DecryptHandle>& /* decryptHandle */,
618 sp<DecryptHandle>& /* decryptHandle */,
627 sp<DecryptHandle>& /* decryptHandle */,
/frameworks/av/include/drm/
Ddrm_framework_common.h308 DecryptHandle(): in DecryptHandle() function
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DGenericSource.h31 class DecryptHandle; variable