Home
last modified time | relevance | path

Searched refs:onDecrypt (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h396 status_t onDecrypt(int uniqueId,
419 status_t onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle,
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h89 status_t onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
/frameworks/av/drm/common/
DDrmEngineBase.cpp159 return onDecrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); in decrypt()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp604 status_t FwdLockEngine::onDecrypt( function in FwdLockEngine
615 status_t FwdLockEngine::onDecrypt(int /* uniqueId */, function in FwdLockEngine
/frameworks/av/drm/common/include/
DDrmEngineBase.h499 virtual status_t onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp279 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/, in onDecrypt() function in DrmPassthruPlugIn