Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dusb.cpp98 using IoWriteBlock = IoBlock<std::shared_ptr<Block>>; typedef
629 IoWriteBlock CreateWriteBlock(std::shared_ptr<Block> payload, size_t offset, size_t len, in CreateWriteBlock()
631 auto block = IoWriteBlock(); in CreateWriteBlock()
646 IoWriteBlock CreateWriteBlock(Block&& payload, uint64_t id) { in CreateWriteBlock()
737 std::deque<IoWriteBlock> write_requests_ GUARDED_BY(write_mutex_);