Home
last modified time | relevance | path

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

/system/core/adb/client/
Dincremental_server.cpp198 class IncrementalServer { class
200 IncrementalServer(unique_fd adb_fd, unique_fd output_fd, std::vector<File> files) in IncrementalServer() function in incremental::IncrementalServer
272 bool IncrementalServer::SkipToRequest(void* buffer, size_t* size, bool blocking) { in SkipToRequest()
336 std::optional<RequestCommand> IncrementalServer::ReadRequest(bool blocking) { in ReadRequest()
352 bool IncrementalServer::SendTreeBlocksForDataBlock(const FileId fileId, const BlockIdx blockIdx) { in SendTreeBlocksForDataBlock()
388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock()
410 auto IncrementalServer::SendDataBlock(FileId fileId, BlockIdx blockIdx, bool flush) -> SendResult { in SendDataBlock()
465 bool IncrementalServer::SendDone() { in SendDone()
476 void IncrementalServer::RunPrefetching() { in RunPrefetching()
508 void IncrementalServer::Send(const void* data, size_t size, bool flush) { in Send()
[all …]