Searched refs:DecryptHandle (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h200 DecryptHandle* decryptHandle,
217 DecryptHandle* decryptHandle,
222 DecryptHandle* decryptHandle,
332 DecryptHandle* decryptHandle,
336 DecryptHandle* decryptHandle,
350 DecryptHandle* decryptHandle,
362 DecryptHandle* decryptHandle);
375 DecryptHandle* decryptHandle,
396 DecryptHandle* decryptHandle,
418 status_t onDecrypt(int uniqueId, DecryptHandle* decryptHandl
[all...]
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h56 status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
59 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
77 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length);
80 int uniqueId, DecryptHandle* decryptHandle, const char* uri);
82 status_t onCloseDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
84 status_t onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
87 status_t onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
90 status_t onFinalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId);
92 ssize_t onPread(int uniqueId, DecryptHandle* decryptHandle,
96 DecryptHandle* openDecryptSessionImp
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h81 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
84 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
101 DecryptHandle* openDecryptSession(
104 DecryptHandle* openDecryptSession(
107 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
109 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
112 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
115 status_t finalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId);
117 ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
H A DDrmManager.h94 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
97 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
114 DecryptHandle* openDecryptSession(
117 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime);
119 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
121 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
124 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
127 status_t finalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId);
129 ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
H A DDrmManagerClientImpl.h192 status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
206 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
307 sp<DecryptHandle> openDecryptSession(
319 sp<DecryptHandle> openDecryptSession(
330 status_t closeDecryptSession(int uniqueId, sp<DecryptHandle> &decryptHandle);
342 status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle,
362 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
374 status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId);
387 ssize_t pread(int uniqueId, sp<DecryptHandle> &decryptHandle,
H A DIDrmManagerService.h119 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
122 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
142 virtual DecryptHandle* openDecryptSession(
146 virtual DecryptHandle* openDecryptSession(
149 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
151 virtual status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
154 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
158 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) = 0;
160 virtual ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
206 int uniqueId, DecryptHandle* decryptHandl
[all...]
/frameworks/av/include/drm/
H A DDrmManagerClient.h73 sp<DecryptHandle> openDecryptSession(int fd, off64_t offset, off64_t length, const char* mime);
83 sp<DecryptHandle> openDecryptSession(const char* uri, const char* mime);
92 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
106 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
119 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
131 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
150 sp<DecryptHandle> &decryptHandle, int decryptUnitId,
162 sp<DecryptHandle> &decryptHandle, int decryptUnitId);
174 ssize_t pread(sp<DecryptHandle> &decryptHandle,
H A Ddrm_framework_common.h52 * copy control settings used in DecryptHandle::copyControlVector
260 class DecryptHandle : public RefBase { class in namespace:android
312 DecryptHandle(): function in class:android::DecryptHandle
321 ~DecryptHandle() {
325 bool operator<(const DecryptHandle& handle) const {
329 bool operator==(const DecryptHandle& handle) const {
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h62 status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
65 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
83 int uniqueId, DecryptHandle* decryptHandle,
87 int uniqueId, DecryptHandle* decryptHandle,
90 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
92 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
95 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
98 status_t finalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId);
100 ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
264 virtual status_t onConsumeRights(int uniqueId, DecryptHandle* decryptHandl
[all...]
H A DIDrmEngine.h212 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
225 virtual status_t setPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
329 int uniqueId, DecryptHandle* decryptHandle,
344 int uniqueId, DecryptHandle* decryptHandle,
355 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
367 virtual status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
387 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
400 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) = 0;
413 virtual ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
87 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
123 int uniqueId, DecryptHandle* decryptHandle,
134 int uniqueId, DecryptHandle* decryptHandle,
142 status_t DrmEngineBase::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
147 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
152 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
158 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) {
163 int uniqueId, DecryptHandle* decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
H A DIDrmManagerService.cpp41 const DecryptHandle* handle, Parcel* data) {
69 DecryptHandle* handle, const Parcel& data) {
101 static void clearDecryptHandle(DecryptHandle* handle) {
413 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
430 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
602 DecryptHandle* BpDrmManagerService::openDecryptSession(
620 DecryptHandle* handle = NULL;
622 handle = new DecryptHandle();
628 DecryptHandle* BpDrmManagerService::openDecryptSession(
645 DecryptHandle* handl
[all...]
/frameworks/av/media/libstagefright/include/
H A DDRMExtractor.h30 class DecryptHandle;
48 sp<DecryptHandle> mDecryptHandle;
H A DChromiumHTTPDataSource.h46 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
92 sp<DecryptHandle> mDecryptHandle;
H A DNuCachedSource2.h43 virtual sp<DecryptHandle> DrmInitialization(const char* mime);
44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
/frameworks/av/include/media/stagefright/
H A DFileSource.h41 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
43 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
55 sp<DecryptHandle> mDecryptHandle;
H A DDataSource.h84 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) {
87 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp146 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
155 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
202 DecryptHandle* DrmManagerService::openDecryptSession(
212 DecryptHandle* DrmManagerService::openDecryptSession(
222 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
230 status_t DrmManagerService::initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
240 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
250 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) {
258 ssize_t DrmManagerService::pread(int uniqueId, DecryptHandle* decryptHandle,
H A DDrmManager.cpp300 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
311 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
429 DecryptHandle* DrmManager::openDecryptSession(
436 DecryptHandle* handle = new DecryptHandle();
458 DecryptHandle* DrmManager::openDecryptSession(
464 DecryptHandle* handle = new DecryptHandle();
487 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
501 int uniqueId, DecryptHandle* decryptHandl
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) {
85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) {
119 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
126 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
133 status_t DrmManagerClient::closeDecryptSession(sp<DecryptHandle> &decryptHandle) {
138 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) {
144 sp<DecryptHandle> &decryptHandle, int decryptUnitId,
151 sp<DecryptHandle> &decryptHandle, int decryptUnitId) {
157 sp<DecryptHandle> &decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) {
H A DDrmManagerClientImpl.cpp179 int uniqueId, sp<DecryptHandle> &decryptHandle,
190 int uniqueId, sp<DecryptHandle> &decryptHandle,
257 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
265 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
268 DecryptHandle* handle = NULL;
276 int uniqueId, sp<DecryptHandle> &decryptHandle) {
286 int uniqueId, sp<DecryptHandle> &decryptHandle,
297 int uniqueId, sp<DecryptHandle> &decryptHandle,
311 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) {
320 ssize_t DrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle>
[all...]
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp183 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, DecryptHandle* decryptHandle,
189 status_t DrmPassthruPlugIn::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
237 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) {
252 int uniqueId, DecryptHandle* decryptHandle, const char* uri) {
256 status_t DrmPassthruPlugIn::onCloseDecryptSession(int uniqueId, DecryptHandle* decryptHandle) {
267 status_t DrmPassthruPlugIn::onInitializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
273 status_t DrmPassthruPlugIn::onDecrypt(int uniqueId, DecryptHandle* decryptHandle,
295 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) {
300 ssize_t DrmPassthruPlugIn::onPread(int uniqueId, DecryptHandle* decryptHandle,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp294 DecryptHandle* decryptHandle,
366 status_t FwdLockEngine::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
369 status_t FwdLockEngine::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
464 DecryptHandle* decryptHandle,
470 DecryptHandle* decryptHandle,
523 DecryptHandle* decryptHandle,
552 DecryptHandle* decryptHandle) {
584 DecryptHandle* decryptHandle,
591 status_t FwdLockEngine::onDecrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
598 DecryptHandle* decryptHandl
[all...]
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp44 const sp<DecryptHandle> &decryptHandle,
59 sp<DecryptHandle> mDecryptHandle;
73 const sp<DecryptHandle> &decryptHandle,
280 sp<DecryptHandle> decryptHandle = source->DrmInitialization();
H A DFileSource.cpp130 sp<DecryptHandle> FileSource::DrmInitialization(const char *mime) {
152 void FileSource::getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {

Completed in 235 milliseconds

12