Home
last modified time | relevance | path

Searched defs:decryptHandle (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/drm/common/
DDrmEngineBase.cpp82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
87 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
123 int uniqueId, DecryptHandle* decryptHandle, in openDecryptSession()
134 int uniqueId, DecryptHandle* decryptHandle, in openDecryptSession()
142 status_t DrmEngineBase::openDecryptSession(int uniqueId, DecryptHandle* decryptHandle, in openDecryptSession()
147 status_t DrmEngineBase::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
152 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit()
157 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
163 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
168 int uniqueId, DecryptHandle* decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) { in pread()
DIDrmManagerService.cpp414 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
431 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
683 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
698 int uniqueId, DecryptHandle* decryptHandle, in initializeDecryptUnit()
718 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
754 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
770 int uniqueId, DecryptHandle* decryptHandle, void* buffer, in pread()
/frameworks/av/drm/libdrmframework/plugins/common/include/
DDrmEngineBase.h401 int uniqueId, DecryptHandle* decryptHandle, in onOpenDecryptSession()
433 int uniqueId, DecryptHandle* decryptHandle, in onOpenDecryptSession()
449 virtual status_t onOpenDecryptSession(int uniqueId, DecryptHandle* decryptHandle, in onOpenDecryptSession()
/frameworks/av/drm/libdrmframework/
DDrmManagerClient.cpp80 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()
DNoOpDrmManagerClientImpl.cpp72 status_t NoOpDrmManagerClientImpl::consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, in… in consumeRights()
77 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
125 …s_t NoOpDrmManagerClientImpl::closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle) { in closeDecryptSession()
129 …s_t NoOpDrmManagerClientImpl::initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, in initializeDecryptUnit()
134 status_t NoOpDrmManagerClientImpl::decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decr… in decrypt()
139 …NoOpDrmManagerClientImpl::finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int … in finalizeDecryptUnit()
143 ssize_t NoOpDrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle> &decryptHandle, in pread()
DDrmManagerClientImpl.cpp181 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/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp184 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, in onConsumeRights()
190 status_t DrmPassthruPlugIn::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle, in onSetPlaybackStatus()
238 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) { in onOpenDecryptSession()
253 int uniqueId, DecryptHandle* decryptHandle, const char* uri) { in onOpenDecryptSession()
257 status_t DrmPassthruPlugIn::onCloseDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in onCloseDecryptSession()
268 status_t DrmPassthruPlugIn::onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, in onInitializeDecryptUnit()
274 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, in onDecrypt()
296 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in onFinalizeDecryptUnit()
301 ssize_t DrmPassthruPlugIn::onPread(int uniqueId, DecryptHandle* decryptHandle, in onPread()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp294 DecryptHandle* decryptHandle, in onConsumeRights()
370 status_t FwdLockEngine::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
468 DecryptHandle* decryptHandle,
527 DecryptHandle* decryptHandle,
556 DecryptHandle* decryptHandle) {
588 DecryptHandle* decryptHandle,
595 status_t FwdLockEngine::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
602 DecryptHandle* decryptHandle,
611 DecryptHandle* decryptHandle,
618 DecryptHandle* decryptHandle,
[all …]
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp152 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
161 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
238 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
246 status_t DrmManagerService::initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, in initializeDecryptUnit()
256 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
266 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
274 ssize_t DrmManagerService::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()
DDrmManager.cpp275 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
286 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
492 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
506 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit()
516 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
530 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
540 ssize_t DrmManager::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()
/frameworks/av/media/libstagefright/
DDRMExtractor.cpp68 const sp<DecryptHandle> &decryptHandle, in DRMSource()
276 sp<DecryptHandle> decryptHandle = source->DrmInitialization(); in SniffDRM() local