Lines Matching refs:DecryptHandle
270 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
281 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
399 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
406 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
428 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
434 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
457 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
463 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
486 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
500 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
511 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
525 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
535 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()