Lines Matching refs:DecryptHandle
118 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) = 0;
121 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus,
142 virtual sp<DecryptHandle> openDecryptSession(
146 virtual sp<DecryptHandle> openDecryptSession(
149 virtual sp<DecryptHandle> openDecryptSession(
152 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) = 0;
154 virtual status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
157 virtual status_t decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
161 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) = 0;
163 virtual ssize_t pread(int uniqueId, sp<DecryptHandle>& decryptHandle,
207 int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve);
210 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
229 virtual sp<DecryptHandle> openDecryptSession(
233 virtual sp<DecryptHandle> openDecryptSession(
236 virtual sp<DecryptHandle> openDecryptSession(
239 virtual status_t closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle);
241 virtual status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
244 virtual status_t decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
248 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId);
250 virtual ssize_t pread(int uniqueId, sp<DecryptHandle>& decryptHandle,