/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 119 sp<DecryptHandle> DrmManagerClient::openDecryptSession( in openDecryptSession() function in DrmManagerClient 122 return mDrmManagerClientImpl->openDecryptSession( in openDecryptSession() 126 sp<DecryptHandle> DrmManagerClient::openDecryptSession( in openDecryptSession() function in DrmManagerClient 129 return mDrmManagerClientImpl->openDecryptSession( in openDecryptSession() 133 sp<DecryptHandle> DrmManagerClient::openDecryptSession( in openDecryptSession() function in DrmManagerClient 135 return mDrmManagerClientImpl->openDecryptSession(mUniqueId, buf, mimeType); in openDecryptSession()
|
D | NoOpDrmManagerClientImpl.cpp | 159 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in android::NoOpDrmManagerClientImpl 168 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in android::NoOpDrmManagerClientImpl 175 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in android::NoOpDrmManagerClientImpl
|
D | DrmManagerClientImpl.cpp | 259 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 263 return getDrmManagerService()->openDecryptSession( in openDecryptSession() 267 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 272 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime); in openDecryptSession() 277 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 279 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
|
/frameworks/av/drm/common/include/ |
D | IDrmManagerService.h | 142 virtual sp<DecryptHandle> openDecryptSession( 146 virtual sp<DecryptHandle> openDecryptSession( 149 virtual sp<DecryptHandle> openDecryptSession( 229 virtual sp<DecryptHandle> openDecryptSession( 233 virtual sp<DecryptHandle> openDecryptSession( 236 virtual sp<DecryptHandle> openDecryptSession(
|
D | IDrmEngine.h | 329 virtual status_t openDecryptSession( 344 virtual status_t openDecryptSession( 358 virtual status_t openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle,
|
D | DrmEngineBase.h | 83 status_t openDecryptSession( 87 status_t openDecryptSession( 91 status_t openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle,
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 272 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 276 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime); in openDecryptSession() 282 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 286 return mDrmManager->openDecryptSession(uniqueId, uri, mime); in openDecryptSession() 292 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 296 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
|
D | DrmManagerService.h | 119 sp<DecryptHandle> openDecryptSession( 122 sp<DecryptHandle> openDecryptSession( 125 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
|
D | DrmManager.h | 113 sp<DecryptHandle> openDecryptSession( 116 sp<DecryptHandle> openDecryptSession(int uniqueId, const char* uri, const char* mime); 118 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
|
D | DrmManager.cpp | 399 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 413 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); in openDecryptSession() 428 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 441 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime); in openDecryptSession() 457 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 470 result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType); in openDecryptSession()
|
/frameworks/av/drm/libdrmframework/include/ |
D | NoOpDrmManagerClientImpl.h | 55 sp<DecryptHandle> openDecryptSession( 57 sp<DecryptHandle> openDecryptSession( 59 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
|
D | 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/ |
D | 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/common/ |
D | DrmEngineBase.cpp | 122 status_t DrmEngineBase::openDecryptSession( in openDecryptSession() function in DrmEngineBase 133 status_t DrmEngineBase::openDecryptSession( in openDecryptSession() function in DrmEngineBase 142 status_t DrmEngineBase::openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() function in DrmEngineBase
|
D | IDrmManagerService.cpp | 606 sp<DecryptHandle> BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 632 sp<DecryptHandle> BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 659 sp<DecryptHandle> BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 1333 = openDecryptSession(uniqueId, fd, offset, length, mime.string()); in onTransact() 1352 sp<DecryptHandle> handle = openDecryptSession(uniqueId, uri.string(), mime.string()); in onTransact() 1376 sp<DecryptHandle> handle = openDecryptSession(uniqueId, buf, mimeType); in onTransact()
|
/frameworks/av/media/libmediaplayerservice/datasource/ |
D | PlayerServiceFileSource.cpp | 104 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization() 150 drmClient->openDecryptSession(fd, offset, length, mime); in requiresDrm()
|
D | PlayerServiceMediaHTTP.cpp | 54 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization()
|