Home
last modified time | relevance | path

Searched refs:decryptHandle (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/drm/lib/
DTestPlugin.h56 …status_t onConsumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve);
59 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
77 int uniqueId, sp<DecryptHandle>& decryptHandle, int fd, off64_t offset, off64_t length);
80 int uniqueId, sp<DecryptHandle>& decryptHandle, const char* uri);
82 status_t onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle);
84 status_t onInitializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle,
87 status_t onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId,
90 … status_t onFinalizeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId);
92 ssize_t onPread(int uniqueId, sp<DecryptHandle>& decryptHandle,
DTestPlugin.cpp113 status_t TestPlugIn::onConsumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle, in onConsumeRights() argument
118 status_t TestPlugIn::onSetPlaybackStatus(int uniqueId, sp<DecryptHandle>& decryptHandle, in onSetPlaybackStatus() argument
150 … int uniqueId, sp<DecryptHandle>& decryptHandle, int fd, off64_t offset, off64_t length) { in onOpenDecryptSession() argument
155 int uniqueId, sp<DecryptHandle>& decryptHandle, const char* uri) { in onOpenDecryptSession() argument
159 status_t TestPlugIn::onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in onCloseDecryptSession() argument
163 status_t TestPlugIn::onInitializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, in onInitializeDecryptUnit() argument
168 status_t TestPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, in onDecrypt() argument
174 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in onFinalizeDecryptUnit() argument
178 ssize_t TestPlugIn::onPread(int uniqueId, sp<DecryptHandle>& decryptHandle, in onPread() argument