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, DecryptHandle* decryptHandle, function in class:android::DrmEngineBase
/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
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp467 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
473 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId,
482 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession");
489 ALOGE("FwdLockEngine::onOpenDecryptSession parameter error");
511 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Integrity Check failed for the fd");
521 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Exit. result = %d", result);
526 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
543 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);

Completed in 475 milliseconds