Home
last modified time | relevance | path

Searched refs:maxChunkSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/encryption/chunking/cdc/
DContentDefinedChunker.java52 int maxChunkSize, in ContentDefinedChunker() argument
60 maxChunkSize >= minChunkSize, in ContentDefinedChunker()
62 mChunkBuffer = new byte[maxChunkSize]; in ContentDefinedChunker()
67 mMaxChunkSize = maxChunkSize; in ContentDefinedChunker()
/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java85 public KeyStoreCryptoOperationChunkedStreamer(Stream operation, int maxChunkSize) { in KeyStoreCryptoOperationChunkedStreamer() argument
87 mMaxChunkSize = maxChunkSize; in KeyStoreCryptoOperationChunkedStreamer()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java450 int maxChunkSize) throws IOException { in readFrom() argument
462 chunkSize = Math.min(chunkSize * 2, maxChunkSize); in readFrom()