HomeSort by relevance Sort by last modified time
    Searched refs:openDecryptSession (Results 1 - 21 of 21) sorted by null

  /frameworks/av/drm/libdrmframework/
NoOpDrmManagerClientImpl.cpp 159 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession(
168 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession(
175 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession(
DrmManagerClient.cpp 119 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
122 return mDrmManagerClientImpl->openDecryptSession(
126 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
129 return mDrmManagerClientImpl->openDecryptSession(
133 sp<DecryptHandle> DrmManagerClient::openDecryptSession(
135 return mDrmManagerClientImpl->openDecryptSession(mUniqueId, buf, mimeType);
DrmManagerClientImpl.cpp 259 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
263 return getDrmManagerService()->openDecryptSession(
267 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
272 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
277 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession(
279 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType);
  /frameworks/av/drm/common/include/
IDrmEngine.h 329 virtual status_t openDecryptSession(
344 virtual status_t openDecryptSession(
358 virtual status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
IDrmManagerService.h 141 virtual DecryptHandle* openDecryptSession(
145 virtual DecryptHandle* openDecryptSession(
148 virtual DecryptHandle* openDecryptSession(
228 virtual DecryptHandle* openDecryptSession(
232 virtual DecryptHandle* openDecryptSession(
235 virtual DecryptHandle* openDecryptSession(
DrmEngineBase.h 82 status_t openDecryptSession(
86 status_t openDecryptSession(
90 status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
  /frameworks/av/drm/libdrmframework/include/
NoOpDrmManagerClientImpl.h 55 sp<DecryptHandle> openDecryptSession(
57 sp<DecryptHandle> openDecryptSession(
59 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
DrmManagerClientImpl.h 308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
  /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);
  /frameworks/av/drm/drmserver/
DrmManager.h 112 DecryptHandle* openDecryptSession(
115 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime);
117 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
DrmManagerService.h 118 DecryptHandle* openDecryptSession(
121 DecryptHandle* openDecryptSession(
124 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
DrmManagerService.cpp 43 "openDecryptSession",
265 DecryptHandle* DrmManagerService::openDecryptSession(
267 ALOGV("Entering DrmManagerService::openDecryptSession");
269 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime);
275 DecryptHandle* DrmManagerService::openDecryptSession(
277 ALOGV("Entering DrmManagerService::openDecryptSession with uri");
279 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
285 DecryptHandle* DrmManagerService::openDecryptSession(
287 ALOGV("Entering DrmManagerService::openDecryptSession for streaming");
289 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType)
    [all...]
DrmManager.cpp 399 DecryptHandle* DrmManager::openDecryptSession(
413 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime);
428 DecryptHandle* DrmManager::openDecryptSession(
441 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime);
452 ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
457 DecryptHandle* DrmManager::openDecryptSession(
470 result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType);
482 ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
  /frameworks/av/drm/common/
DrmEngineBase.cpp 122 status_t DrmEngineBase::openDecryptSession(
133 status_t DrmEngineBase::openDecryptSession(
142 status_t DrmEngineBase::openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
IDrmManagerService.cpp 606 DecryptHandle* BpDrmManagerService::openDecryptSession(
608 ALOGV("Entering BpDrmManagerService::openDecryptSession");
632 DecryptHandle* BpDrmManagerService::openDecryptSession(
635 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
659 DecryptHandle* BpDrmManagerService::openDecryptSession(
661 ALOGV("Entering BpDrmManagerService::openDecryptSession");
    [all...]
  /frameworks/av/media/libstagefright/
FileSource.cpp 185 mDecryptHandle = mDrmManagerClient->openDecryptSession(
231 drmClient->openDecryptSession(fd, offset, length, mime);
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 167 mDecryptHandle = mDrmManagerClient->openDecryptSession(
  /system/sepolicy/prebuilts/api/26.0/private/
access_vectors 704 openDecryptSession
  /system/sepolicy/prebuilts/api/27.0/private/
access_vectors 711 openDecryptSession
  /system/sepolicy/prebuilts/api/28.0/private/
access_vectors 720 openDecryptSession
  /system/sepolicy/private/
access_vectors 720 openDecryptSession

Completed in 300 milliseconds