Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/drm/common/
H A DDrmEngineBase.cpp82 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()
H A DIDrmManagerService.cpp417 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()
/aosp_15_r20/cts/tests/tests/drm/lib/
H A DTestPlugin.cpp113 status_t TestPlugIn::onConsumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle, in onConsumeRights()
118 status_t TestPlugIn::onSetPlaybackStatus(int uniqueId, sp<DecryptHandle>& decryptHandle, in onSetPlaybackStatus()
150 … int uniqueId, sp<DecryptHandle>& decryptHandle, int fd, off64_t offset, off64_t length) { in onOpenDecryptSession()
155 int uniqueId, sp<DecryptHandle>& decryptHandle, const char* uri) { in onOpenDecryptSession()
159 status_t TestPlugIn::onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in onCloseDecryptSession()
163 status_t TestPlugIn::onInitializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, in onInitializeDecryptUnit()
168 status_t TestPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, in onDecrypt()
174 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in onFinalizeDecryptUnit()
178 ssize_t TestPlugIn::onPread(int uniqueId, sp<DecryptHandle>& decryptHandle, in onPread()
/aosp_15_r20/frameworks/av/drm/libdrmframework/
H A 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()
H A DDrmManagerClientImpl.cpp167 int uniqueId, sp<DecryptHandle> &decryptHandle, in consumeRights()
178 int uniqueId, sp<DecryptHandle> &decryptHandle, in setPlaybackStatus()
269 int uniqueId, sp<DecryptHandle> &decryptHandle) { in closeDecryptSession()
279 int uniqueId, sp<DecryptHandle> &decryptHandle, in initializeDecryptUnit()
290 int uniqueId, sp<DecryptHandle> &decryptHandle, in decrypt()
304 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
313 ssize_t DrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle> &decryptHandle, in pread()
/aosp_15_r20/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp217 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
226 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
303 status_t DrmManagerService::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
311 status_t DrmManagerService::initializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, in initializeDecryptUnit()
321 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
331 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
339 ssize_t DrmManagerService::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
H A DDrmManager.cpp434 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
445 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
658 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
672 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
683 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
697 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
707 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp477 sp<DecryptHandle>& decryptHandle,
540 sp<DecryptHandle>& decryptHandle,
569 sp<DecryptHandle>& decryptHandle) {
634 sp<DecryptHandle>& decryptHandle,
659 off64_t FwdLockEngine::onLseek(int /* uniqueId */, sp<DecryptHandle>& decryptHandle,
680 sp<DecryptHandle>& decryptHandle,
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp241 int uniqueId, sp<DecryptHandle>& decryptHandle, int /*fd*/, off64_t /*offset*/, in onOpenDecryptSession()
263 status_t DrmPassthruPlugIn::onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in onCloseDecryptSession()
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/datasource/
H A DPlayerServiceFileSource.cpp152 sp<DecryptHandle> decryptHandle = in requiresDrm() local