Home
last modified time | relevance | path

Searched defs:ResponseHeader (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/client/
Dincremental_server.cpp130 struct ResponseHeader { struct
131 FileId file_id; // 2 bytes
132 BlockType block_type; // 1 byte
133 CompressionType compression_type; // 1 byte
134 BlockIdx block_idx; // 4 bytes
135 BlockSize block_size; // 2 bytes
137 static constexpr size_t responseSizeFor(size_t dataSize) { in responseSizeFor()