Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/drm/common/
H A 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()
/aosp_15_r20/frameworks/av/drm/common/include/
H A 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
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h331 status_t onOpenDecryptSession(int uniqueId,
335 status_t onOpenDecryptSession(int uniqueId,
349 status_t onOpenDecryptSession(int uniqueId,
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp476 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */, function in FwdLockEngine
482 status_t FwdLockEngine::onOpenDecryptSession(int /* uniqueId */,
539 status_t FwdLockEngine::onOpenDecryptSession(int uniqueId, function in FwdLockEngine
556 result = onOpenDecryptSession(uniqueId, decryptHandle, fd, 0, 1);
/aosp_15_r20/cts/tests/tests/drm/lib/
H A DTestPlugin.h76 status_t onOpenDecryptSession(
79 status_t onOpenDecryptSession(
H A DTestPlugin.cpp149 status_t TestPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in TestPlugIn
154 status_t TestPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in TestPlugIn
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h77 status_t onOpenDecryptSession(
81 status_t onOpenDecryptSession(
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp240 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
258 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn