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

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

Completed in 5 milliseconds