OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onDecrypt
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.h
87
status_t
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
TestPlugin.cpp
168
status_t TestPlugIn::
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle,
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h
89
status_t
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h
396
status_t
onDecrypt
(int uniqueId,
419
status_t
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle,
/frameworks/av/drm/common/
DrmEngineBase.cpp
159
return
onDecrypt
(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
/frameworks/av/drm/common/include/
DrmEngineBase.h
499
virtual status_t
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp
279
status_t DrmPassthruPlugIn::
onDecrypt
(int uniqueId, sp<DecryptHandle>& /*decryptHandle*/,
282
ALOGV("DrmPassthruPlugIn::
onDecrypt
() : %d", uniqueId);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp
604
status_t FwdLockEngine::
onDecrypt
(
611
ALOGE("FwdLockEngine::
onDecrypt
is not supported for this DRM scheme");
615
status_t FwdLockEngine::
onDecrypt
(int /* uniqueId */,
620
ALOGE("FwdLockEngine::
onDecrypt
is not supported for this DRM scheme");
Completed in 77 milliseconds