Searched defs:onOpenDecryptSession (Results 1 - 3 of 3) sorted by relevance

/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/passthru/src/
H A DDrmPassthruPlugIn.cpp238 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn
240 ALOGV("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
253 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn
/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);

Completed in 41 milliseconds