Lines Matching refs:DecryptHandle
434 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
445 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
568 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
575 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
598 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
604 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
628 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
634 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
658 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
672 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
683 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
697 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
707 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()