Home
last modified time | relevance | path

Searched defs:decryptHandle (Results 1 – 9 of 9) 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.cpp417 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
434 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
686 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
701 int uniqueId, DecryptHandle* decryptHandle, in initializeDecryptUnit()
721 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
757 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
773 int uniqueId, DecryptHandle* decryptHandle, void* buffer, in pread()
/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()
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/drmserver/
DDrmManagerService.cpp209 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
218 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
295 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
303 status_t DrmManagerService::initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, in initializeDecryptUnit()
313 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
323 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
331 ssize_t DrmManagerService::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()
DDrmManager.cpp270 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
281 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
487 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
501 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit()
511 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
525 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
535 ssize_t DrmManager::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp473 DecryptHandle* decryptHandle,
532 DecryptHandle* decryptHandle,
561 DecryptHandle* decryptHandle) {
628 DecryptHandle* decryptHandle,
653 off64_t FwdLockEngine::onLseek(int /* uniqueId */, DecryptHandle* decryptHandle,
674 DecryptHandle* decryptHandle,
/frameworks/av/media/libstagefright/
DFileSource.cpp236 sp<DecryptHandle> decryptHandle = in requiresDrm() local
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp239 … int uniqueId, DecryptHandle* decryptHandle, int /*fd*/, off64_t /*offset*/, off64_t /*length*/) { in onOpenDecryptSession()
258 status_t DrmPassthruPlugIn::onCloseDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in onCloseDecryptSession()