OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opendecryptsession
(Results
1 - 20
of
20
) 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,
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
(
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,
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/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.cpp
404
DecryptHandle* DrmManager::
openDecryptSession
(
418
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, fd, offset, length, mime);
433
DecryptHandle* DrmManager::
openDecryptSession
(
446
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, uri, mime);
457
ALOGV("DrmManager::
openDecryptSession
: no capable plug-in found");
462
DecryptHandle* DrmManager::
openDecryptSession
(
475
result = rDrmEngine.
openDecryptSession
(uniqueId, handle, buf, mimeType);
487
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/http/
MediaHTTP.cpp
163
mDecryptHandle = mDrmManagerClient->
openDecryptSession
(
/system/sepolicy/
mediaserver.te
105
openDecryptSession
access_vectors
615
openDecryptSession
/docs/source.android.com/src/devices/
drm.jd
211
invoke
openDecryptSession
() at the beginning of the decryption sequence.
212
openDecryptSession
() asks each DRM plug-in if it can handle input DRM
215
status_t
openDecryptSession
(
/frameworks/av/drm/libdrmframework/plugins/common/include/
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/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/
FileSource.cpp
183
mDecryptHandle = mDrmManagerClient->
openDecryptSession
(
Completed in 2378 milliseconds