Searched refs:openDecryptSession (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp159 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( function in class:android::NoOpDrmManagerClientImpl
168 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( function in class:android::NoOpDrmManagerClientImpl
175 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClient.cpp119 sp<DecryptHandle> DrmManagerClient::openDecryptSession( function in class:DrmManagerClient
122 return mDrmManagerClientImpl->openDecryptSession(
126 sp<DecryptHandle> DrmManagerClient::openDecryptSession( function in class:DrmManagerClient
129 return mDrmManagerClientImpl->openDecryptSession(
133 sp<DecryptHandle> DrmManagerClient::openDecryptSession( function in class:DrmManagerClient
135 return mDrmManagerClientImpl->openDecryptSession(mUniqueId, buf, mimeType);
H A DDrmManagerClientImpl.cpp259 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( function in class:DrmManagerClientImpl
263 return getDrmManagerService()->openDecryptSession(
267 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( function in class:DrmManagerClientImpl
272 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
277 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( function in class:DrmManagerClientImpl
279 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType);
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h55 sp<DecryptHandle> openDecryptSession(
57 sp<DecryptHandle> openDecryptSession(
59 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DDrmManager.h112 DecryptHandle* openDecryptSession(
115 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime);
117 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DDrmManagerClientImpl.h308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DDrmManagerService.h118 DecryptHandle* openDecryptSession(
121 DecryptHandle* openDecryptSession(
124 DecryptHandle* openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DIDrmManagerService.h141 virtual DecryptHandle* openDecryptSession(
145 virtual DecryptHandle* openDecryptSession(
148 virtual DecryptHandle* openDecryptSession(
228 virtual DecryptHandle* openDecryptSession(
232 virtual DecryptHandle* openDecryptSession(
235 virtual DecryptHandle* openDecryptSession(
/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);
93 sp<DecryptHandle> openDecryptSession(const DrmBuffer& buf, const String8& mimeType);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h329 virtual status_t openDecryptSession(
344 virtual status_t openDecryptSession(
358 virtual status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
H A DDrmEngineBase.h82 status_t openDecryptSession(
86 status_t openDecryptSession(
90 status_t openDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp43 "openDecryptSession",
265 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
267 ALOGV("Entering DrmManagerService::openDecryptSession");
269 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime);
275 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
277 ALOGV("Entering DrmManagerService::openDecryptSession with uri");
279 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
285 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
287 ALOGV("Entering DrmManagerService::openDecryptSession for streaming");
289 return mDrmManager->openDecryptSession(uniqueI
[all...]
H A DDrmManager.cpp404 DecryptHandle* DrmManager::openDecryptSession( function in class:DrmManager
418 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime);
433 DecryptHandle* DrmManager::openDecryptSession( function in class:DrmManager
446 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime);
457 ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
462 DecryptHandle* DrmManager::openDecryptSession( function in class:DrmManager
475 result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType);
487 ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp122 status_t DrmEngineBase::openDecryptSession( function in class:DrmEngineBase
133 status_t DrmEngineBase::openDecryptSession( function in class:DrmEngineBase
142 status_t DrmEngineBase::openDecryptSession(int uniqueId, DecryptHandle* decryptHandle, function in class:DrmEngineBase
H A DIDrmManagerService.cpp606 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
608 ALOGV("Entering BpDrmManagerService::openDecryptSession");
632 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
635 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
659 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
661 ALOGV("Entering BpDrmManagerService::openDecryptSession");
1333 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1352 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());
1376 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp163 mDecryptHandle = mDrmManagerClient->openDecryptSession(
/frameworks/av/media/libstagefright/
H A DFileSource.cpp183 mDecryptHandle = mDrmManagerClient->openDecryptSession(

Completed in 127 milliseconds