Searched refs:onOpenDecryptSession (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/drm/common/
H A DDrmEngineBase.cpp127 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/
H A DDrmEngineBase.h383 virtual status_t onOpenDecryptSession(
400 virtual status_t onOpenDecryptSession( function in class:android::DrmEngineBase
417 virtual status_t onOpenDecryptSession(
432 virtual status_t onOpenDecryptSession( function in class:android::DrmEngineBase
449 virtual status_t onOpenDecryptSession(int /* uniqueId */, function in class:android::DrmEngineBase
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h332 status_t onOpenDecryptSession(int uniqueId,
336 status_t onOpenDecryptSession(int uniqueId,
350 status_t onOpenDecryptSession(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h76 status_t onOpenDecryptSession(
79 status_t onOpenDecryptSession(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp472 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */, function in class:FwdLockEngine
478 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */,
487 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession");
494 ALOGE("FwdLockEngine::onOpenDecryptSession parameter error");
516 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Integrity Check failed for the fd");
526 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Exit. result = %d", result);
531 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
548 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp237 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn
239 ALOGV("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
252 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn

Completed in 191 milliseconds