Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp127 using IoWriteBlock = IoBlock<std::shared_ptr<Block>>; typedef
641 IoWriteBlock CreateWriteBlock(std::shared_ptr<Block> payload, size_t offset, size_t len, in CreateWriteBlock()
643 auto block = IoWriteBlock(); in CreateWriteBlock()
658 IoWriteBlock CreateWriteBlock(Block&& payload, uint64_t id) { in CreateWriteBlock()
734 std::deque<IoWriteBlock> write_requests_ GUARDED_BY(write_mutex_);