Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dincremental_server.cpp241 bool SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx);
369 if (!SendTreeBlock(fileId, blockIdx, leaf_idx)) { in SendTreeBlocksForDataBlock()
380 if (!SendTreeBlock(fileId, blockIdx, i)) { in SendTreeBlocksForDataBlock()
388 bool IncrementalServer::SendTreeBlock(FileId fileId, int32_t fileBlockIdx, BlockIdx blockIdx) { in SendTreeBlock() function in incremental::IncrementalServer