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

  /frameworks/av/drm/common/
DrmEngineBase.cpp 127 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length);
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime);
137 return onOpenDecryptSession(uniqueId, decryptHandle, uri);
139 return onOpenDecryptSession(uniqueId, decryptHandle, uri, mime);
144 return onOpenDecryptSession(uniqueId, decryptHandle, buf, mimeType);
  /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,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
FwdLockEngine.h 332 status_t onOpenDecryptSession(int uniqueId,
336 status_t onOpenDecryptSession(int uniqueId,
350 status_t onOpenDecryptSession(int uniqueId,
  /cts/tests/tests/drm/lib/
TestPlugin.h 76 status_t onOpenDecryptSession(
79 status_t onOpenDecryptSession(
TestPlugin.cpp 149 status_t TestPlugIn::onOpenDecryptSession(
154 status_t TestPlugIn::onOpenDecryptSession(
  /frameworks/av/drm/libdrmframework/plugins/passthru/include/
DrmPassthruPlugIn.h 76 status_t onOpenDecryptSession(
79 status_t 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);
  /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(

Completed in 248 milliseconds