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

/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h331 status_t onOpenDecryptSession(int uniqueId,
335 status_t onOpenDecryptSession(int uniqueId,
349 status_t onOpenDecryptSession(int uniqueId,
/frameworks/base/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h76 status_t onOpenDecryptSession(
79 status_t onOpenDecryptSession(
/frameworks/base/drm/common/
H A DDrmEngineBase.cpp124 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length);
129 return onOpenDecryptSession(uniqueId, decryptHandle, uri);
/frameworks/base/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h377 virtual status_t onOpenDecryptSession(
389 virtual status_t onOpenDecryptSession(
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp429 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
435 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId,
444 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession");
451 LOGE("FwdLockEngine::onOpenDecryptSession parameter error");
473 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Integrity Check failed for the fd");
483 LOG_VERBOSE("FwdLockEngine::onOpenDecryptSession Exit. result = %d", result);
488 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in class:FwdLockEngine
505 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/base/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp236 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn
238 LOGD("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
251 status_t DrmPassthruPlugIn::onOpenDecryptSession( function in class:DrmPassthruPlugIn

Completed in 75 milliseconds