Home
last modified time | relevance | path

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

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