Home | History | Annotate | Download | only in include

Lines Matching refs:DecryptHandle

81     status_t consumeRights(int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve);
84 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
101 DecryptHandle* openDecryptSession(int uniqueId, int fd, off64_t offset, off64_t length);
103 DecryptHandle* openDecryptSession(int uniqueId, const char* uri);
105 status_t closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle);
107 status_t initializeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle,
110 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
113 status_t finalizeDecryptUnit(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId);
115 ssize_t pread(int uniqueId, DecryptHandle* decryptHandle,