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, DecryptHandle* decryptHandle, 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.cpp466 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
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, function in class:FwdLockEngine
542 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp236 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn
238 ALOGV("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
251 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn

Completed in 536 milliseconds