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/libdrmframework/plugins/common/include/
DrmEngineBase.h
383
virtual status_t
onOpenDecryptSession
(
400
virtual status_t
onOpenDecryptSession
(
417
virtual status_t
onOpenDecryptSession
(
432
virtual status_t
onOpenDecryptSession
(
449
virtual status_t
onOpenDecryptSession
(int uniqueId, DecryptHandle* decryptHandle,
/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,
/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
76
status_t
onOpenDecryptSession
(
79
status_t
onOpenDecryptSession
(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
466
status_t FwdLockEngine::
onOpenDecryptSession
(int uniqueId,
472
status_t FwdLockEngine::
onOpenDecryptSession
(int uniqueId,
481
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
");
488
ALOGE("FwdLockEngine::
onOpenDecryptSession
parameter error");
510
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
Integrity Check failed for the fd");
520
LOG_VERBOSE("FwdLockEngine::
onOpenDecryptSession
Exit. result = %d", result);
525
status_t FwdLockEngine::
onOpenDecryptSession
(int uniqueId,
542
result =
onOpenDecryptSession
(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
237
status_t DrmPassthruPlugIn::
onOpenDecryptSession
(
239
ALOGV("DrmPassthruPlugIn::
onOpenDecryptSession
() : %d", uniqueId);
252
status_t DrmPassthruPlugIn::
onOpenDecryptSession
(
Completed in 93 milliseconds