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/libdrmframework/plugins/common/include/
DDrmEngineBase.h383 virtual status_t onOpenDecryptSession(
400 virtual status_t onOpenDecryptSession( in onOpenDecryptSession() function
417 virtual status_t onOpenDecryptSession(
432 virtual status_t onOpenDecryptSession( in onOpenDecryptSession() function
449 virtual status_t onOpenDecryptSession(int uniqueId, DecryptHandle* decryptHandle, 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.h76 status_t onOpenDecryptSession(
79 status_t onOpenDecryptSession(
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp467 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in FwdLockEngine
473 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId,
526 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in FwdLockEngine
543 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp237 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
252 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn