/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 | DrmManagerClientImpl.cpp | 248 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 252 return getDrmManagerService()->openDecryptSession( in openDecryptSession() 256 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 261 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime); in openDecryptSession() 266 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl 268 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 197 DecryptHandle* DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 201 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime); in openDecryptSession() 207 DecryptHandle* DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 211 return mDrmManager->openDecryptSession(uniqueId, uri, mime); in openDecryptSession() 217 DecryptHandle* DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService 221 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
|
D | DrmManager.cpp | 404 DecryptHandle* DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 418 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); in openDecryptSession() 433 DecryptHandle* DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 446 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime); in openDecryptSession() 462 DecryptHandle* DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager 475 result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType); in openDecryptSession()
|
/frameworks/av/drm/libdrmframework/include/ |
D | 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(
|
D | DrmManagerService.h | 99 DecryptHandle* openDecryptSession( 102 DecryptHandle* openDecryptSession( 105 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
|
D | DrmManagerClientImpl.h | 308 sp<DecryptHandle> openDecryptSession( 320 sp<DecryptHandle> openDecryptSession( 332 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
|
D | DrmManager.h | 112 DecryptHandle* openDecryptSession( 115 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime); 117 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/libdrmframework/plugins/common/include/ |
D | IDrmEngine.h | 329 virtual status_t openDecryptSession( 344 virtual status_t openDecryptSession( 358 virtual status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
|
D | DrmEngineBase.h | 82 status_t openDecryptSession( 86 status_t openDecryptSession( 90 status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
|
/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, DecryptHandle* decryptHandle, in openDecryptSession() function in DrmEngineBase
|
D | IDrmManagerService.cpp | 603 DecryptHandle* BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 629 DecryptHandle* BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 656 DecryptHandle* BpDrmManagerService::openDecryptSession( in openDecryptSession() function in BpDrmManagerService 1312 = openDecryptSession(uniqueId, fd, offset, length, mime.string()); in onTransact() 1331 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string()); in onTransact() 1355 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType); in onTransact()
|
/frameworks/av/media/libstagefright/ |
D | FileSource.cpp | 140 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization()
|
/frameworks/av/media/libstagefright/chromium_http/ |
D | ChromiumHTTPDataSource.cpp | 291 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization()
|