Searched refs:onOpenDecryptSession (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/frameworks/av/drm/common/ |
H A D | DrmEngineBase.cpp | 127 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 D | DrmEngineBase.h | 386 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 D | FwdLockEngine.h | 331 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 D | FwdLockEngine.cpp | 476 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 D | TestPlugin.h | 76 status_t onOpenDecryptSession( 79 status_t onOpenDecryptSession(
|
H A D | TestPlugin.cpp | 149 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 D | DrmPassthruPlugIn.h | 77 status_t onOpenDecryptSession( 81 status_t onOpenDecryptSession(
|
/aosp_15_r20/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
H A D | DrmPassthruPlugIn.cpp | 240 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn 258 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
|