OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opendecryptsession
(Results
1 - 23
of
23
) sorted by null
/frameworks/av/drm/libdrmframework/include/
NoOpDrmManagerClientImpl.h
55
sp<DecryptHandle>
openDecryptSession
(
57
sp<DecryptHandle>
openDecryptSession
(
59
sp<DecryptHandle>
openDecryptSession
(int uniqueId, const DrmBuffer& buf,
DrmManagerClientImpl.h
308
virtual sp<DecryptHandle>
openDecryptSession
(
320
virtual sp<DecryptHandle>
openDecryptSession
(
332
virtual sp<DecryptHandle>
openDecryptSession
(int uniqueId, const DrmBuffer& buf,
/frameworks/av/drm/common/include/
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
(
IDrmEngine.h
329
virtual status_t
openDecryptSession
(
344
virtual status_t
openDecryptSession
(
358
virtual status_t
openDecryptSession
(int uniqueId, DecryptHandle* decryptHandle,
DrmEngineBase.h
82
status_t
openDecryptSession
(
86
status_t
openDecryptSession
(
90
status_t
openDecryptSession
(int uniqueId, DecryptHandle* decryptHandle,
/frameworks/av/drm/libdrmframework/
DrmManagerClient.cpp
119
sp<DecryptHandle> DrmManagerClient::
openDecryptSession
(
122
return mDrmManagerClientImpl->
openDecryptSession
(
126
sp<DecryptHandle> DrmManagerClient::
openDecryptSession
(
129
return mDrmManagerClientImpl->
openDecryptSession
(
133
sp<DecryptHandle> DrmManagerClient::
openDecryptSession
(
135
return mDrmManagerClientImpl->
openDecryptSession
(mUniqueId, buf, mimeType);
NoOpDrmManagerClientImpl.cpp
159
sp<DecryptHandle> NoOpDrmManagerClientImpl::
openDecryptSession
(
168
sp<DecryptHandle> NoOpDrmManagerClientImpl::
openDecryptSession
(
175
sp<DecryptHandle> NoOpDrmManagerClientImpl::
openDecryptSession
(
DrmManagerClientImpl.cpp
259
sp<DecryptHandle> DrmManagerClientImpl::
openDecryptSession
(
263
return getDrmManagerService()->
openDecryptSession
(
267
sp<DecryptHandle> DrmManagerClientImpl::
openDecryptSession
(
272
handle = getDrmManagerService()->
openDecryptSession
(uniqueId, uri, mime);
277
sp<DecryptHandle> DrmManagerClientImpl::
openDecryptSession
(
279
return getDrmManagerService()->
openDecryptSession
(uniqueId, buf, mimeType);
/frameworks/av/drm/drmserver/
DrmManagerService.cpp
43
"
openDecryptSession
",
265
DecryptHandle* DrmManagerService::
openDecryptSession
(
267
ALOGV("Entering DrmManagerService::
openDecryptSession
");
269
return mDrmManager->
openDecryptSession
(uniqueId, fd, offset, length, mime);
275
DecryptHandle* DrmManagerService::
openDecryptSession
(
277
ALOGV("Entering DrmManagerService::
openDecryptSession
with uri");
279
return mDrmManager->
openDecryptSession
(uniqueId, uri, mime);
285
DecryptHandle* DrmManagerService::
openDecryptSession
(
287
ALOGV("Entering DrmManagerService::
openDecryptSession
for streaming");
289
return mDrmManager->
openDecryptSession
(uniqueId, buf, mimeType)
[
all
...]
DrmManager.h
112
DecryptHandle*
openDecryptSession
(
115
DecryptHandle*
openDecryptSession
(int uniqueId, const char* uri, const char* mime);
117
DecryptHandle*
openDecryptSession
(int uniqueId, const DrmBuffer& buf,
DrmManagerService.h
118
DecryptHandle*
openDecryptSession
(
121
DecryptHandle*
openDecryptSession
(
124
DecryptHandle*
openDecryptSession
(int uniqueId, const DrmBuffer& buf,
DrmManager.cpp
399
DecryptHandle* DrmManager::
openDecryptSession
(
413
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, fd, offset, length, mime);
428
DecryptHandle* DrmManager::
openDecryptSession
(
441
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, uri, mime);
452
ALOGV("DrmManager::
openDecryptSession
: no capable plug-in found");
457
DecryptHandle* DrmManager::
openDecryptSession
(
470
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, buf, mimeType);
482
ALOGV("DrmManager::
openDecryptSession
: no capable plug-in found");
/frameworks/av/drm/common/
DrmEngineBase.cpp
122
status_t DrmEngineBase::
openDecryptSession
(
133
status_t DrmEngineBase::
openDecryptSession
(
142
status_t DrmEngineBase::
openDecryptSession
(int uniqueId, DecryptHandle* decryptHandle,
IDrmManagerService.cpp
606
DecryptHandle* BpDrmManagerService::
openDecryptSession
(
608
ALOGV("Entering BpDrmManagerService::
openDecryptSession
");
632
DecryptHandle* BpDrmManagerService::
openDecryptSession
(
635
ALOGV("Entering BpDrmManagerService::
openDecryptSession
: mime=%s", mime? mime: "NULL");
659
DecryptHandle* BpDrmManagerService::
openDecryptSession
(
661
ALOGV("Entering BpDrmManagerService::
openDecryptSession
");
[
all
...]
/frameworks/av/media/libstagefright/
FileSource.cpp
185
mDecryptHandle = mDrmManagerClient->
openDecryptSession
(
237
drmClient->
openDecryptSession
(fd, offset, length, mime);
/system/sepolicy/prebuilts/api/26.0/public/
mediaserver.te
109
openDecryptSession
/system/sepolicy/public/
mediaserver.te
109
openDecryptSession
/docs/source.android.com/en/devices/
drm.html
222
invoke
openDecryptSession
() at the beginning of the decryption sequence.
223
openDecryptSession
() asks each DRM plug-in if it can handle input DRM
226
status_t
openDecryptSession
(
/frameworks/av/include/drm/
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/media/libstagefright/http/
MediaHTTP.cpp
167
mDecryptHandle = mDrmManagerClient->
openDecryptSession
(
/system/sepolicy/prebuilts/api/26.0/private/
access_vectors
704
openDecryptSession
/system/sepolicy/private/
access_vectors
711
openDecryptSession
/system/sepolicy/prebuilts/api/26.0/
nonplat_sepolicy.cil
[
all
...]
Completed in 420 milliseconds