Searched refs:onOpenDecryptSession (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/drm/common/ |
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()
|
/frameworks/av/drm/common/include/ |
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
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
D | FwdLockEngine.h | 332 status_t onOpenDecryptSession(int uniqueId, 336 status_t onOpenDecryptSession(int uniqueId, 350 status_t onOpenDecryptSession(int uniqueId,
|
/frameworks/av/drm/libdrmframework/plugins/passthru/include/ |
D | DrmPassthruPlugIn.h | 77 status_t onOpenDecryptSession( 81 status_t onOpenDecryptSession(
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 474 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/ |
D | DrmPassthruPlugIn.cpp | 238 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn 256 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
|