Lines Matching refs:decryptHandle

167             int uniqueId, sp<DecryptHandle> &decryptHandle,  in consumeRights()  argument
170 if (NULL != decryptHandle.get()) { in consumeRights()
172 uniqueId, decryptHandle, action, reserve); in consumeRights()
178 int uniqueId, sp<DecryptHandle> &decryptHandle, in setPlaybackStatus() argument
181 if (NULL != decryptHandle.get()) { in setPlaybackStatus()
183 uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
269 int uniqueId, sp<DecryptHandle> &decryptHandle) { in closeDecryptSession() argument
271 if (NULL != decryptHandle.get()) { in closeDecryptSession()
273 uniqueId, decryptHandle); in closeDecryptSession()
279 int uniqueId, sp<DecryptHandle> &decryptHandle, in initializeDecryptUnit() argument
282 if ((NULL != decryptHandle.get()) && (NULL != headerInfo)) { in initializeDecryptUnit()
284 uniqueId, decryptHandle, decryptUnitId, headerInfo); in initializeDecryptUnit()
290 int uniqueId, sp<DecryptHandle> &decryptHandle, in decrypt() argument
294 if ((NULL != decryptHandle.get()) && (NULL != encBuffer) in decrypt()
297 uniqueId, decryptHandle, decryptUnitId, in decrypt()
304 int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId) { in finalizeDecryptUnit() argument
306 if (NULL != decryptHandle.get()) { in finalizeDecryptUnit()
308 uniqueId, decryptHandle, decryptUnitId); in finalizeDecryptUnit()
313 ssize_t DrmManagerClientImpl::pread(int uniqueId, sp<DecryptHandle> &decryptHandle, in pread() argument
316 if ((NULL != decryptHandle.get()) && (NULL != buffer) && (0 < numBytes)) { in pread()
318 uniqueId, decryptHandle, buffer, numBytes, offset); in pread()