Lines Matching refs:DecryptHandle

62     status_t consumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle, int action,
66 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
84 int uniqueId, sp<DecryptHandle>& decryptHandle,
88 int uniqueId, sp<DecryptHandle>& decryptHandle,
91 status_t openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle,
94 status_t closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle);
96 status_t initializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
99 status_t decrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
102 status_t finalizeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
105 ssize_t pread(int uniqueId, sp<DecryptHandle>& decryptHandle,
270 virtual status_t onConsumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle,
285 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus,
387 int uniqueId, sp<DecryptHandle>& decryptHandle,
404 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession() argument
421 int uniqueId, sp<DecryptHandle>& decryptHandle,
436 int /* uniqueId */, sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession() argument
453 sp<DecryptHandle>& /* decryptHandle */, in onOpenDecryptSession() argument
467 virtual status_t onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) = 0;
479 virtual status_t onInitializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
499 virtual status_t onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
512 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) = 0;
525 virtual ssize_t onPread(int uniqueId, sp<DecryptHandle>& decryptHandle,