Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp239 SendResult SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush = false);
410 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock() function in incremental::IncrementalServer
487 if (auto res = SendDataBlock(file.id, priority_blocks[i]); in RunPrefetching()
496 if (auto res = SendDataBlock(file.id, i); res == SendResult::Sent) { in RunPrefetching()
618 if (auto res = SendDataBlock(fileId, blockIdx, true); in Serve()