Home
last modified time | relevance | path

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

/frameworks/av/drm/common/
DDrmEngineBase.cpp127 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length); in openDecryptSession()
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime); in openDecryptSession()
137 return onOpenDecryptSession(uniqueId, decryptHandle, uri); in openDecryptSession()
139 return onOpenDecryptSession(uniqueId, decryptHandle, uri, mime); in openDecryptSession()
144 return onOpenDecryptSession(uniqueId, decryptHandle, buf, mimeType); in openDecryptSession()
/frameworks/av/drm/common/include/
DDrmEngineBase.h386 virtual status_t onOpenDecryptSession(
403 virtual status_t onOpenDecryptSession( in onOpenDecryptSession() function
420 virtual status_t onOpenDecryptSession(
435 virtual status_t onOpenDecryptSession( in onOpenDecryptSession() function
452 virtual status_t onOpenDecryptSession(int /* uniqueId */, in onOpenDecryptSession() function
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
DFwdLockEngine.h332 status_t onOpenDecryptSession(int uniqueId,
336 status_t onOpenDecryptSession(int uniqueId,
350 status_t onOpenDecryptSession(int uniqueId,
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
DDrmPassthruPlugIn.h77 status_t onOpenDecryptSession(
81 status_t onOpenDecryptSession(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp474 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */, function in FwdLockEngine
480 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */,
537 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in FwdLockEngine
554 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp238 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
256 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn