Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp120 struct IoBlock { struct
121 bool pending = false;
122 struct iocb control = {};
123 std::shared_ptr<Block> payload;
125 TransferId id() const { return TransferId::from_value(control.aio_data); } in id()