Lines Matching refs:DecryptHandle
300 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
311 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
429 DecryptHandle* DrmManager::openDecryptSession(int uniqueId, int fd, off64_t offset, off64_t length)… in openDecryptSession()
434 DecryptHandle* handle = new DecryptHandle(); in openDecryptSession()
456 DecryptHandle* DrmManager::openDecryptSession(int uniqueId, const char* uri) { in openDecryptSession()
461 DecryptHandle* handle = new DecryptHandle(); in openDecryptSession()
484 status_t DrmManager::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
498 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, const DrmBuffer* headerInfo) { in initializeDecryptUnit()
508 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
522 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
532 ssize_t DrmManager::pread(int uniqueId, DecryptHandle* decryptHandle, in pread()