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

/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h101 DecryptHandle* openDecryptSession(
104 DecryptHandle* openDecryptSession(
H A DDrmManager.h114 DecryptHandle* openDecryptSession(
117 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime);
H A DDrmManagerClientImpl.h307 sp<DecryptHandle> openDecryptSession(
319 sp<DecryptHandle> openDecryptSession(
H A DIDrmManagerService.h142 virtual DecryptHandle* openDecryptSession(
146 virtual DecryptHandle* openDecryptSession(
228 virtual DecryptHandle* openDecryptSession(
232 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);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp202 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
204 ALOGV("Entering DrmManagerService::openDecryptSession");
206 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime);
212 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
214 ALOGV("Entering DrmManagerService::openDecryptSession with uri");
216 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
H A DDrmManager.cpp429 DecryptHandle* DrmManager::openDecryptSession( function in class:DrmManager
443 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime);
458 DecryptHandle* DrmManager::openDecryptSession( function in class:DrmManager
471 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime);
482 ALOGV("DrmManager::openDecryptSession: no capable plug-in found");
/frameworks/av/drm/libdrmframework/
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(
H A DDrmManagerClientImpl.cpp257 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( function in class:DrmManagerClientImpl
261 return getDrmManagerService()->openDecryptSession(
265 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( function in class:DrmManagerClientImpl
270 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
/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
H A DIDrmManagerService.cpp602 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
604 ALOGV("Entering BpDrmManagerService::openDecryptSession");
628 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
631 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
1283 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1302 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h328 virtual status_t openDecryptSession(
343 virtual status_t openDecryptSession(
H A DDrmEngineBase.h82 status_t openDecryptSession(
86 status_t openDecryptSession(
/frameworks/av/media/libstagefright/
H A DFileSource.cpp140 mDecryptHandle = mDrmManagerClient->openDecryptSession(
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp285 mDecryptHandle = mDrmManagerClient->openDecryptSession(

Completed in 123 milliseconds