HomeSort by relevance Sort by last modified time
    Searched defs:onOpenDecryptSession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 236 status_t DrmPassthruPlugIn::onOpenDecryptSession(
238 LOGD("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
251 status_t DrmPassthruPlugIn::onOpenDecryptSession(
  /frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 429 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId,
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,
505 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);

Completed in 307 milliseconds