• Home
  • Raw
  • Download

Lines Matching refs:DecryptHandle

41         const DecryptHandle* handle, Parcel* data) {  in writeDecryptHandleToParcelData()
69 DecryptHandle* handle, const Parcel& data) { in readDecryptHandleFromParcelData()
101 static void clearDecryptHandle(DecryptHandle* handle) { in clearDecryptHandle()
413 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) { in consumeRights()
430 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus()
602 DecryptHandle* BpDrmManagerService::openDecryptSession( in openDecryptSession()
615 DecryptHandle* handle = NULL; in openDecryptSession()
617 handle = new DecryptHandle(); in openDecryptSession()
623 DecryptHandle* BpDrmManagerService::openDecryptSession(int uniqueId, const char* uri) { in openDecryptSession()
633 DecryptHandle* handle = NULL; in openDecryptSession()
635 handle = new DecryptHandle(); in openDecryptSession()
643 status_t BpDrmManagerService::closeDecryptSession(int uniqueId, DecryptHandle* decryptHandle) { in closeDecryptSession()
658 int uniqueId, DecryptHandle* decryptHandle, in initializeDecryptUnit()
678 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, in decrypt()
712 int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId) { in finalizeDecryptUnit()
728 int uniqueId, DecryptHandle* decryptHandle, void* buffer, in pread()
1072 DecryptHandle handle; in onTransact()
1092 DecryptHandle handle; in onTransact()
1268 DecryptHandle* handle in onTransact()
1287 DecryptHandle* handle = openDecryptSession(uniqueId, uri.string()); in onTransact()
1307 DecryptHandle* handle = new DecryptHandle(); in onTransact()
1322 DecryptHandle handle; in onTransact()
1348 DecryptHandle handle; in onTransact()
1392 DecryptHandle handle; in onTransact()
1409 DecryptHandle handle; in onTransact()