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.cpp186 sp<DecryptHandle>& /*decryptHandle*/, int /*action*/, bool /*reserve*/) { in onConsumeRights()
192 sp<DecryptHandle>& /*decryptHandle*/, int /*playbackStatus*/, int64_t /*position*/) { in onSetPlaybackStatus()
257 int /*uniqueId*/, sp<DecryptHandle>& /*decryptHandle*/, const char* /*uri*/) { in onOpenDecryptSession()
273 sp<DecryptHandle>& /*decryptHandle*/, in onInitializeDecryptUnit()
279 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, in onDecrypt()
302 int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, int /*decryptUnitId*/) { in onFinalizeDecryptUnit()
307 ssize_t DrmPassthruPlugIn::onPread(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, in onPread()
/frameworks/av/media/libmedia/include/media/
DIDataSource.h28 class DecryptHandle; variable
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp297 sp<DecryptHandle>& /* decryptHandle */, in onConsumeRights()
376 sp<DecryptHandle>& /* decryptHandle */, int /* playbackStatus */,
597 sp<DecryptHandle>& /* decryptHandle */,
606 sp<DecryptHandle>& /* decryptHandle */,
616 sp<DecryptHandle>& /* decryptHandle */,
625 sp<DecryptHandle>& /* decryptHandle */,
/frameworks/av/include/drm/
Ddrm_framework_common.h308 DecryptHandle(): in DecryptHandle() function
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.h31 class DecryptHandle; variable