Lines Matching refs:DecryptHandle
73 sp<DecryptHandle> openDecryptSession(int fd, off64_t offset, off64_t length, const char* mime);
83 sp<DecryptHandle> openDecryptSession(const char* uri, const char* mime);
93 sp<DecryptHandle> openDecryptSession(const DrmBuffer& buf, const String8& mimeType);
98 * @param[in] decryptHandle Handle for the decryption session
102 status_t closeDecryptSession(sp<DecryptHandle> &decryptHandle);
109 * @param[in] decryptHandle Handle for the decryption session
116 status_t consumeRights(sp<DecryptHandle> &decryptHandle, int action, bool reserve);
121 * @param[in] decryptHandle Handle for the decryption session
129 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
134 * @param[in] decryptHandle Handle for the decryption session
141 sp<DecryptHandle> &decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo);
148 * @param[in] decryptHandle Handle for the decryption session
160 sp<DecryptHandle> &decryptHandle, int decryptUnitId,
166 * @param[in] decryptHandle Handle for the decryption session
172 sp<DecryptHandle> &decryptHandle, int decryptUnitId);
177 * @param[in] decryptHandle Handle for the decryption session
184 ssize_t pread(sp<DecryptHandle> &decryptHandle,