Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp203 pendingBlocksBuffer_.resize(kChunkFlushSize + 2 * kBlockSize); in IncrementalServer()
263 static constexpr auto kChunkFlushSize = 31 * kBlockSize; member in incremental::IncrementalServer
510 if (flush || pendingBlocks_ - pendingBlocksBuffer_.data() > kChunkFlushSize) { in Send()