Searched defs:onDecrypt (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp274 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmPassthruPlugIn
276 ALOGV("DrmPassthruPlugIn::onDecrypt() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp595 status_t FwdLockEngine::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:FwdLockEngine
597 ALOGE("FwdLockEngine::onDecrypt is not supported for this DRM scheme");
601 status_t FwdLockEngine::onDecrypt(int uniqueId, function in class:FwdLockEngine
606 ALOGE("FwdLockEngine::onDecrypt is not supported for this DRM scheme");

Completed in 106 milliseconds