/frameworks/av/drm/common/ |
H A D | DrmEngineBase.cpp | 147 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 148 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); 152 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 154 return onDecrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 158 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 159 return onFinalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 146 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 151 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 157 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
H A D | IDrmManagerService.cpp | 671 int decryptUnitId, const DrmBuffer* headerInfo) { 680 data.writeInt32(decryptUnitId); 690 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 700 data.writeInt32(decryptUnitId); 724 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 733 data.writeInt32(decryptUnitId); 1340 const int decryptUnitId = data.readInt32(); local 1348 = initializeDecryptUnit(uniqueId, &handle, decryptUnitId, headerInfo); 1366 const int decryptUnitId = data.readInt32(); local 1384 = decrypt(uniqueId, &handle, decryptUnitId, encBuffe 669 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 689 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 723 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument [all...] |
/frameworks/av/drm/libdrmframework/ |
H A D | DrmManagerClient.cpp | 138 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 140 mUniqueId, decryptHandle, decryptUnitId, headerInfo); 144 sp<DecryptHandle> &decryptHandle, int decryptUnitId, 147 mUniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 151 sp<DecryptHandle> &decryptHandle, int decryptUnitId) { 153 decryptHandle, decryptUnitId); 137 initializeDecryptUnit( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 143 decrypt( sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 150 finalizeDecryptUnit( sp<DecryptHandle> &decryptHandle, int decryptUnitId) argument
|
H A D | DrmManagerClientImpl.cpp | 287 int decryptUnitId, const DrmBuffer* headerInfo) { 291 uniqueId, decryptHandle.get(), decryptUnitId, headerInfo); 298 int decryptUnitId, const DrmBuffer* encBuffer, 304 uniqueId, decryptHandle.get(), decryptUnitId, 311 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { 315 uniqueId, decryptHandle.get(), decryptUnitId); 285 initializeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 296 decrypt( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 310 finalizeDecryptUnit( int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/drmserver/ |
H A D | DrmManagerService.cpp | 231 int decryptUnitId, const DrmBuffer* headerInfo) { 236 return mDrmManager->initializeDecryptUnit(uniqueId,decryptHandle, decryptUnitId, headerInfo); 240 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, 246 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 250 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 255 return mDrmManager->finalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 230 initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 239 decrypt( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 249 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
H A D | DrmManager.cpp | 501 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { 506 result = drmEngine->initializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); 511 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, argument 519 uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); 525 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 530 result = drmEngine->finalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); 500 initializeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 524 finalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
H A D | DrmPassthruPlugIn.cpp | 268 int decryptUnitId, const DrmBuffer* headerInfo) { 274 int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) { 295 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { 267 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 273 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer, DrmBuffer* IV) argument 294 onFinalizeDecryptUnit( int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
H A D | FwdLockEngine.cpp | 585 int decryptUnitId, 591 status_t FwdLockEngine::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, argument 599 int decryptUnitId, 608 int decryptUnitId) { 583 onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) argument 597 onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* encBuffer, DrmBuffer** decBuffer) argument 606 onFinalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) argument
|