/frameworks/av/drm/common/ |
H A D | DrmEngineBase.cpp | 152 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 153 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); 157 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 159 return onDecrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 163 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 164 return onFinalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 151 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 156 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 162 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
H A D | IDrmManagerService.cpp | 700 int decryptUnitId, const DrmBuffer* headerInfo) { 709 data.writeInt32(decryptUnitId); 719 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 729 data.writeInt32(decryptUnitId); 755 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 764 data.writeInt32(decryptUnitId); 1412 const int decryptUnitId = data.readInt32(); local 1425 = initializeDecryptUnit(uniqueId, &handle, decryptUnitId, headerInfo); 1443 const int decryptUnitId = data.readInt32(); local 1471 = decrypt(uniqueId, &handle, decryptUnitId, encBuffe 698 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 718 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 754 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument [all...] |
/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClient.cpp | 143 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 145 mUniqueId, decryptHandle, decryptUnitId, headerInfo); 149 sp<DecryptHandle> &decryptHandle, int decryptUnitId, 152 mUniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 156 sp<DecryptHandle> &decryptHandle, int decryptUnitId) { 158 decryptHandle, decryptUnitId); 142 initializeDecryptUnit( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 148 decrypt( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 155 finalizeDecryptUnit( sp<DecryptHandle> &decryptHandle, int decryptUnitId) argument
|
H A D | NoOpDrmManagerClientImpl.cpp | 130 int decryptUnitId, const DrmBuffer* headerInfo) { 134 status_t NoOpDrmManagerClientImpl::decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, argument 139 status_t NoOpDrmManagerClientImpl::finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { argument 129 initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument
|
H A D | DrmManagerClientImpl.cpp | 294 int decryptUnitId, const DrmBuffer* headerInfo) { 298 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo); 305 int decryptUnitId, const DrmBuffer* encBuffer, 311 uniqueId, decryptHandle.get(), decryptUnitId, 318 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { 322 uniqueId, decryptHandle.get(), decryptUnitId); 292 initializeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 303 decrypt( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 317 finalizeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
H A D | DrmPassthruPlugIn.cpp | 269 int decryptUnitId, const DrmBuffer* headerInfo) { 275 int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) { 296 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 268 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 274 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 295 onFinalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/drmserver/ |
H A D | DrmManager.cpp | 506 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 511 result = drmEngine->initializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); 516 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, argument 524 uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 530 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 535 result = drmEngine->finalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 505 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 529 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
H A D | DrmManagerService.cpp | 305 int decryptUnitId, const DrmBuffer* headerInfo) { 310 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo); 314 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 320 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 324 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 329 return mDrmManager->finalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 304 initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 313 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 323 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
H A D | FwdLockEngine.cpp | 589 int decryptUnitId, 595 status_t FwdLockEngine::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, argument 603 int decryptUnitId, 612 int decryptUnitId) { 587 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 601 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer) argument 610 onFinalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|