HomeSort by relevance Sort by last modified time
    Searched refs:DecryptHandle (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 194 * @param decryptHandle Handle for the decryption session
201 DecryptHandle* decryptHandle,
209 * @param decryptHandle Handle for the decryption session
218 DecryptHandle* decryptHandle,
223 DecryptHandle* decryptHandle,
324 * @param decryptHandle Handle for the current decryption session
333 DecryptHandle* decryptHandle
    [all...]
  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 81 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 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
110 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
112 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle
    [all...]
IDrmManagerService.h 120 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
123 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
143 virtual DecryptHandle* openDecryptSession(
147 virtual DecryptHandle* openDecryptSession(
150 virtual DecryptHandle* openDecryptSession(
153 virtual status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) = 0;
155 virtual status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle
    [all...]
DrmManager.h 94 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 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
122 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
124 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle
    [all...]
DrmManagerClientImpl.h 187 * @param[in] decryptHandle Handle for the decryption session
193 status_t consumeRights(int uniqueId, sp<DecryptHandle> &decryptHandle, int action, bool reserve);
199 * @param[in] decryptHandle Handle for the decryption session
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
308 sp<DecryptHandle> openDecryptSession(
320 sp<DecryptHandle> openDecryptSession(
332 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
339 * @param[in] decryptHandle Handle for the decryption sessio
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/common/include/
IDrmEngine.h 206 * @param[in] decryptHandle Handle for the decryption session
213 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) = 0;
219 * @param[in] decryptHandle Handle for the decryption session
226 virtual status_t setPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
320 * @param[in] decryptHandle Handle for the current decryption session
330 int uniqueId, DecryptHandle* decryptHandle,
337 * @param[in] decryptHandle Handle for the current decryption sessio
    [all...]
DrmEngineBase.h 62 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 openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 56 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);
    [all...]
  /frameworks/av/include/drm/
DrmManagerClient.h 73 sp<DecryptHandle> openDecryptSession(int fd, off64_t offset, off64_t length, const char* mime);
83 sp<DecryptHandle> openDecryptSession(const char* uri, const char* mime);
93 sp<DecryptHandle> openDecryptSession(const DrmBuffer& buf, const String8& mimeType);
98 * @param[in] decryptHandle Handle for the decryption session
102 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
109 * @param[in] decryptHandle Handle for the decryption session
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
121 * @param[in] decryptHandle Handle for the decryption sessio
    [all...]
drm_framework_common.h 52 * copy control settings used in DecryptHandle::copyControlVector
260 class DecryptHandle : public RefBase {
312 DecryptHandle():
321 ~DecryptHandle() {
325 bool operator<(const DecryptHandle& handle) const {
329 bool operator==(const DecryptHandle& handle) const {
  /frameworks/av/include/media/stagefright/
FileSource.h 41 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
43 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
55 sp<DecryptHandle> mDecryptHandle;
DataSource.h 87 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) {
90 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {};
  /frameworks/av/media/libstagefright/include/
DRMExtractor.h 30 class DecryptHandle;
48 sp<DecryptHandle> mDecryptHandle;
ChromiumHTTPDataSource.h 46 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
48 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
95 sp<DecryptHandle> mDecryptHandle;
ThrottledSource.h 57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) {
61 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client) {
NuCachedSource2.h 43 virtual sp<DecryptHandle> DrmInitialization(const char* mime);
44 virtual void getDrmInfo(sp<DecryptHandle> &handle, DrmManagerClient **client);
  /frameworks/av/drm/common/
DrmEngineBase.cpp 82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
83 return onConsumeRights(uniqueId, decryptHandle, action, reserve);
87 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
88 return onSetPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
123 int uniqueId, DecryptHandle* decryptHandle,
127 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length);
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime)
    [all...]
IDrmManagerService.cpp 41 const DecryptHandle* handle, Parcel* data) {
69 DecryptHandle* handle, const Parcel& data) {
101 static void clearDecryptHandle(DecryptHandle* handle) {
426 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
433 writeDecryptHandleToParcelData(decryptHandle, &data);
443 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
450 writeDecryptHandleToParcelData(decryptHandle, &data);
615 DecryptHandle* BpDrmManagerService::openDecryptSession
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp 80 sp<DecryptHandle> &decryptHandle, int action, bool reserve) {
81 return mDrmManagerClientImpl->consumeRights(mUniqueId, decryptHandle, action, reserve);
85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) {
87 ->setPlaybackStatus(mUniqueId, decryptHandle, playbackStatus, position);
119 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
126 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
133 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
138 status_t DrmManagerClient::closeDecryptSession(sp<DecryptHandle> &decryptHandle)
    [all...]
DrmManagerClientImpl.cpp 179 int uniqueId, sp<DecryptHandle> &decryptHandle,
182 if (NULL != decryptHandle.get()) {
184 uniqueId, decryptHandle.get(), action, reserve);
190 int uniqueId, sp<DecryptHandle> &decryptHandle,
193 if (NULL != decryptHandle.get()) {
195 uniqueId, decryptHandle.get(), playbackStatus, position);
257 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
265 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession
    [all...]
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 146 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
151 return mDrmManager->consumeRights(uniqueId, decryptHandle, action, reserve);
155 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
160 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
202 DecryptHandle* DrmManagerService::openDecryptSession(
212 DecryptHandle* DrmManagerService::openDecryptSession(
222 DecryptHandle* DrmManagerService::openDecryptSession(
232 status_t DrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle)
    [all...]
DrmManager.cpp 290 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
293 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
294 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
295 result = drmEngine->consumeRights(uniqueId, decryptHandle, action, reserve);
301 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
304 if (mDecryptSessionMap.indexOfKey(decryptHandle->decryptId) != NAME_NOT_FOUND) {
305 IDrmEngine* drmEngine = mDecryptSessionMap.valueFor(decryptHandle->decryptId);
306 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position)
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 184 status_t DrmPassthruPlugIn::onConsumeRights(int uniqueId, DecryptHandle* decryptHandle,
190 status_t DrmPassthruPlugIn::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
238 int uniqueId, DecryptHandle* decryptHandle, int fd, off64_t offset, off64_t length) {
242 decryptHandle->mimeType = String8("video/passthru");
243 decryptHandle->decryptApiType = DecryptApiType::ELEMENTARY_STREAM_BASED;
244 decryptHandle->status = DRM_NO_ERROR;
245 decryptHandle->decryptInfo = NULL
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 294 DecryptHandle* decryptHandle,
369 status_t FwdLockEngine::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
372 status_t FwdLockEngine::onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle,
467 DecryptHandle* decryptHandle,
473 DecryptHandle* decryptHandle,
    [all...]
  /frameworks/av/media/libstagefright/
DRMExtractor.cpp 39 const sp<DecryptHandle> &decryptHandle,
54 sp<DecryptHandle> mDecryptHandle;
68 const sp<DecryptHandle> &decryptHandle,
72 mDecryptHandle(decryptHandle),
275 sp<DecryptHandle> decryptHandle = source->DrmInitialization();
277 if (decryptHandle != NULL) {
278 if (decryptHandle->decryptApiType == DecryptApiType::CONTAINER_BASED)
    [all...]

Completed in 76 milliseconds

1 2