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

  /frameworks/av/drm/libdrmframework/plugins/common/include/
DrmEngineBase.h 383 virtual status_t onOpenDecryptSession(
400 virtual status_t onOpenDecryptSession(
417 virtual status_t onOpenDecryptSession(
432 virtual status_t onOpenDecryptSession(
449 virtual status_t onOpenDecryptSession(int uniqueId, DecryptHandle* decryptHandle,
  /cts/tests/tests/drm/lib/
TestPlugin.cpp 149 status_t TestPlugIn::onOpenDecryptSession(
154 status_t TestPlugIn::onOpenDecryptSession(
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 237 status_t DrmPassthruPlugIn::onOpenDecryptSession(
239 ALOGV("DrmPassthruPlugIn::onOpenDecryptSession() : %d", uniqueId);
252 status_t DrmPassthruPlugIn::onOpenDecryptSession(
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 467 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId,
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,
543 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);

Completed in 2296 milliseconds