Searched defs:openDecryptSession (Results 1 - 7 of 7) sorted by last modified time

/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.cpp603 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
605 ALOGV("Entering BpDrmManagerService::openDecryptSession");
629 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL");
656 DecryptHandle* BpDrmManagerService::openDecryptSession( function in class:BpDrmManagerService
658 ALOGV("Entering BpDrmManagerService::openDecryptSession");
1312 = openDecryptSession(uniqueId, fd, offset, length, mime.string());
1331 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string(), mime.string());
1355 DecryptHandle* handle = openDecryptSession(uniqueId, buf, mimeType);
/frameworks/av/drm/drmserver/
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");
H A DDrmManagerService.cpp208 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
210 ALOGV("Entering DrmManagerService::openDecryptSession");
212 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime);
218 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
220 ALOGV("Entering DrmManagerService::openDecryptSession with uri");
222 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
228 DecryptHandle* DrmManagerService::openDecryptSession( function in class:DrmManagerService
230 ALOGV("Entering DrmManagerService::openDecryptSession for streaming");
232 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType);
/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(
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);
H A DNoOpDrmManagerClientImpl.cpp110 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( function in class:android::NoOpDrmManagerClientImpl
115 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession( function in class:android::NoOpDrmManagerClientImpl
120 sp<DecryptHandle> NoOpDrmManagerClientImpl::openDecryptSession(int uniqueId, const DrmBuffer& buf, function in class:android::NoOpDrmManagerClientImpl

Completed in 41 milliseconds