/frameworks/av/drm/common/ |
D | DrmEngineBase.cpp | 82 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights() 87 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() 123 int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() 134 int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() 142 status_t DrmEngineBase::openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() 147 status_t DrmEngineBase::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession() 152 … int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() 157 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt() 163 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 168 … int uniqueId, sp<DecryptHandle>& decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) { in pread()
|
D | IDrmManagerService.cpp | 417 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights() 434 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() 686 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession() 701 int uniqueId, sp<DecryptHandle>& decryptHandle, in initializeDecryptUnit() 721 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt() 757 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 773 int uniqueId, sp<DecryptHandle>& decryptHandle, void* buffer, in pread()
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) { in consumeRights() 85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() 138 status_t DrmManagerClient::closeDecryptSession(sp<DecryptHandle> &decryptHandle) { in closeDecryptSession() 143 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() 149 sp<DecryptHandle> &decryptHandle, int decryptUnitId, in decrypt() 156 sp<DecryptHandle> &decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 162 sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) { in pread()
|
D | DrmManagerClientImpl.cpp | 181 int uniqueId, sp<DecryptHandle> &decryptHandle, in consumeRights() 192 int uniqueId, sp<DecryptHandle> &decryptHandle, in setPlaybackStatus() 283 int uniqueId, sp<DecryptHandle> &decryptHandle) { in closeDecryptSession() 293 int uniqueId, sp<DecryptHandle> &decryptHandle, in initializeDecryptUnit() 304 int uniqueId, sp<DecryptHandle> &decryptHandle, in decrypt() 318 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 327 ssize_t DrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle> &decryptHandle, in pread()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 216 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights() 225 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() 302 status_t DrmManagerService::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession() 310 status_t DrmManagerService::initializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, in initializeDecryptUnit() 320 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt() 330 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 338 ssize_t DrmManagerService::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
|
D | DrmManager.cpp | 270 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights() 281 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() 486 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession() 500 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit() 511 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt() 525 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() 535 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 475 sp<DecryptHandle>& decryptHandle, 538 sp<DecryptHandle>& decryptHandle, 567 sp<DecryptHandle>& decryptHandle) { 632 sp<DecryptHandle>& decryptHandle, 657 off64_t FwdLockEngine::onLseek(int /* uniqueId */, sp<DecryptHandle>& decryptHandle, 678 sp<DecryptHandle>& decryptHandle,
|
/frameworks/av/media/libmediaplayerservice/datasource/ |
D | PlayerServiceFileSource.cpp | 149 sp<DecryptHandle> decryptHandle = in requiresDrm() local
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
D | DrmPassthruPlugIn.cpp | 239 int uniqueId, sp<DecryptHandle>& decryptHandle, int /*fd*/, off64_t /*offset*/, in onOpenDecryptSession() 261 status_t DrmPassthruPlugIn::onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in onCloseDecryptSession()
|