Home
last modified time | relevance | path

Searched refs:openDecryptSession (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp119 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()
H A DNoOpDrmManagerClientImpl.cpp159 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
H A DDrmManagerClientImpl.cpp245 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl
249 return getDrmManagerService()->openDecryptSession( in openDecryptSession()
253 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl
258 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime); in openDecryptSession()
263 sp<DecryptHandle> DrmManagerClientImpl::openDecryptSession( in openDecryptSession() function in DrmManagerClientImpl
265 return getDrmManagerService()->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
/aosp12/frameworks/av/drm/common/include/
H A DIDrmManagerService.h142 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(
H A DIDrmEngine.h329 virtual status_t openDecryptSession(
344 virtual status_t openDecryptSession(
358 virtual status_t openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle,
H A DDrmEngineBase.h83 status_t openDecryptSession(
87 status_t openDecryptSession(
91 status_t openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle,
/aosp12/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp273 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService
277 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime); in openDecryptSession()
283 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService
287 return mDrmManager->openDecryptSession(uniqueId, uri, mime); in openDecryptSession()
293 sp<DecryptHandle> DrmManagerService::openDecryptSession( in openDecryptSession() function in DrmManagerService
297 return mDrmManager->openDecryptSession(uniqueId, buf, mimeType); in openDecryptSession()
H A DDrmManagerService.h119 sp<DecryptHandle> openDecryptSession(
122 sp<DecryptHandle> openDecryptSession(
125 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DDrmManager.h151 sp<DecryptHandle> openDecryptSession(
154 sp<DecryptHandle> openDecryptSession(int uniqueId, const char* uri, const char* mime);
156 sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
H A DDrmManager.cpp563 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager
577 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); in openDecryptSession()
593 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager
606 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime); in openDecryptSession()
623 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession() function in DrmManager
636 result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType); in openDecryptSession()
/aosp12/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 DDrmManagerClientImpl.h308 virtual sp<DecryptHandle> openDecryptSession(
320 virtual sp<DecryptHandle> openDecryptSession(
332 virtual sp<DecryptHandle> openDecryptSession(int uniqueId, const DrmBuffer& buf,
/aosp12/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);
/aosp12/frameworks/av/drm/common/
H A DDrmEngineBase.cpp122 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
H A DIDrmManagerService.cpp606 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()
/aosp12/frameworks/av/media/libmediaplayerservice/datasource/
H A DPlayerServiceFileSource.cpp107 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization()
153 drmClient->openDecryptSession(fd, offset, length, mime); in requiresDrm()
H A DPlayerServiceMediaHTTP.cpp54 mDecryptHandle = mDrmManagerClient->openDecryptSession( in DrmInitialization()
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dmediaserver.te109 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dmediaserver.te109 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dmediaserver.te103 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dmediaserver.te102 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dmediaserver.te106 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dmediaserver.te102 openDecryptSession
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dmediaserver.te102 openDecryptSession
/aosp12/system/sepolicy/public/
H A Dmediaserver.te102 openDecryptSession

12