Lines Matching refs:DecryptHandle
429 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) { in consumeRights()
440 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
563 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
570 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
593 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
599 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
623 sp<DecryptHandle> DrmManager::openDecryptSession( in openDecryptSession()
629 sp<DecryptHandle> handle = new DecryptHandle(); in openDecryptSession()
653 status_t DrmManager::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession()
667 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in initializeDecryptUnit()
678 status_t DrmManager::decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt()
692 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
702 ssize_t DrmManager::pread(int uniqueId, sp<DecryptHandle>& decryptHandle, in pread()