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/libdrmframework/plugins/common/include/ |
D | DrmEngineBase.h | 383 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/ |
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 | 76 status_t onOpenDecryptSession( 79 status_t onOpenDecryptSession(
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 467 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/ |
D | DrmPassthruPlugIn.cpp | 237 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn 252 status_t DrmPassthruPlugIn::onOpenDecryptSession( in onOpenDecryptSession() function in DrmPassthruPlugIn
|