OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onOpenDecryptSession
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/drm/common/
DrmEngineBase.cpp
127
return
onOpenDecryptSession
(uniqueId, decryptHandle, fd, offset, length);
130
return
onOpenDecryptSession
(uniqueId, decryptHandle, fd, offset, length, mime);
137
return
onOpenDecryptSession
(uniqueId, decryptHandle, uri);
139
return
onOpenDecryptSession
(uniqueId, decryptHandle, uri, mime);
144
return
onOpenDecryptSession
(uniqueId, decryptHandle, buf, mimeType);
/frameworks/av/drm/common/include/
DrmEngineBase.h
386
virtual status_t
onOpenDecryptSession
(
403
virtual status_t
onOpenDecryptSession
(
420
virtual status_t
onOpenDecryptSession
(
435
virtual status_t
onOpenDecryptSession
(
452
virtual status_t
onOpenDecryptSession
(int /* uniqueId */,
/cts/tests/tests/drm/lib/
TestPlugin.h
76
status_t
onOpenDecryptSession
(
79
status_t
onOpenDecryptSession
(
TestPlugin.cpp
149
status_t TestPlugIn::
onOpenDecryptSession
(
154
status_t TestPlugIn::
onOpenDecryptSession
(
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
77
status_t
onOpenDecryptSession
(
81
status_t
onOpenDecryptSession
(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
332
status_t
onOpenDecryptSession
(int uniqueId,
336
status_t
onOpenDecryptSession
(int uniqueId,
350
status_t
onOpenDecryptSession
(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
238
status_t DrmPassthruPlugIn::
onOpenDecryptSession
(
241
ALOGV("DrmPassthruPlugIn::
onOpenDecryptSession
() : %d", uniqueId);
256
status_t DrmPassthruPlugIn::
onOpenDecryptSession
(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
474
status_t FwdLockEngine::
onOpenDecryptSession
(int /* uniqueId */,
480
status_t FwdLockEngine::
onOpenDecryptSession
(int /* uniqueId */,
489
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
");
496
ALOGE("FwdLockEngine::
onOpenDecryptSession
parameter error");
519
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
Integrity Check failed for the fd");
521
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
DecodeSesssion insertion failed");
532
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
Exit. result = %d", result);
537
status_t FwdLockEngine::
onOpenDecryptSession
(int uniqueId,
554
result =
onOpenDecryptSession
(uniqueId, decryptHandle, fd, 0, 1);
Completed in 76 milliseconds