Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb.cpp188 CreateWriteBlock(std::move(header), 0, sizeof(packet->msg), next_write_id_++)); in Write()
200 CreateWriteBlock(payload, offset, write_size, next_write_id_++)); in Write()
629 IoWriteBlock CreateWriteBlock(std::shared_ptr<Block> payload, size_t offset, size_t len, in CreateWriteBlock() function
646 IoWriteBlock CreateWriteBlock(Block&& payload, uint64_t id) { in CreateWriteBlock() function
648 return CreateWriteBlock(std::make_shared<Block>(std::move(payload)), 0, len, id); in CreateWriteBlock()