OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onDecrypt
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/drm/lib/
TestPlugin.cpp
168
status_t TestPlugIn::
onDecrypt
(int uniqueId, sp<DecryptHandle>& decryptHandle,
/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 850 milliseconds