Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp215 write_requests_.push_back(CreateWriteBlock(std::move(header), next_write_id_++)); in Write()
227 CreateWriteBlock(payload, offset, write_size, next_write_id_++)); in Write()
608 std::unique_ptr<IoBlock> CreateWriteBlock(std::shared_ptr<Block> payload, size_t offset, in CreateWriteBlock() function
625 std::unique_ptr<IoBlock> CreateWriteBlock(Block payload, uint64_t id) { in CreateWriteBlock() function
628 return CreateWriteBlock(std::move(block), 0, len, id); in CreateWriteBlock()