Searched defs:decryptHandle (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/drm/lib/ |
D | TestPlugin.cpp | 113 status_t TestPlugIn::onConsumeRights(int uniqueId, sp<DecryptHandle>& decryptHandle, in onConsumeRights() 118 status_t TestPlugIn::onSetPlaybackStatus(int uniqueId, sp<DecryptHandle>& decryptHandle, in onSetPlaybackStatus() 150 … int uniqueId, sp<DecryptHandle>& decryptHandle, int fd, off64_t offset, off64_t length) { in onOpenDecryptSession() 155 int uniqueId, sp<DecryptHandle>& decryptHandle, const char* uri) { in onOpenDecryptSession() 159 status_t TestPlugIn::onCloseDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in onCloseDecryptSession() 163 status_t TestPlugIn::onInitializeDecryptUnit(int uniqueId, sp<DecryptHandle>& decryptHandle, in onInitializeDecryptUnit() 168 status_t TestPlugIn::onDecrypt(int uniqueId, sp<DecryptHandle>& decryptHandle, in onDecrypt() 174 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in onFinalizeDecryptUnit() 178 ssize_t TestPlugIn::onPread(int uniqueId, sp<DecryptHandle>& decryptHandle, in onPread()
|