Lines Matching refs:decryptHandle

82     int uniqueId, sp<DecryptHandle>& decryptHandle, int action, bool reserve) {  in consumeRights()  argument
83 return onConsumeRights(uniqueId, decryptHandle, action, reserve); in consumeRights()
87 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument
88 return onSetPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
123 int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() argument
127 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length); in openDecryptSession()
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime); in openDecryptSession()
134 int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() argument
137 return onOpenDecryptSession(uniqueId, decryptHandle, uri); in openDecryptSession()
139 return onOpenDecryptSession(uniqueId, decryptHandle, uri, mime); in openDecryptSession()
142 status_t DrmEngineBase::openDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle, in openDecryptSession() argument
144 return onOpenDecryptSession(uniqueId, decryptHandle, buf, mimeType); in openDecryptSession()
147 status_t DrmEngineBase::closeDecryptSession(int uniqueId, sp<DecryptHandle>& decryptHandle) { in closeDecryptSession() argument
148 return onCloseDecryptSession(uniqueId, decryptHandle); in closeDecryptSession()
152 … int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit() argument
153 return onInitializeDecryptUnit(uniqueId, decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
157 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId, in decrypt() argument
159 return onDecrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV); in decrypt()
163 int uniqueId, sp<DecryptHandle>& decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() argument
164 return onFinalizeDecryptUnit(uniqueId, decryptHandle, decryptUnitId); in finalizeDecryptUnit()
168 … int uniqueId, sp<DecryptHandle>& decryptHandle, void* buffer, ssize_t numBytes, off64_t offset) { in pread() argument
169 return onPread(uniqueId, decryptHandle, buffer, numBytes, offset); in pread()