Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp171 struct UsbFfsConnection : public Connection { struct
172 UsbFfsConnection(unique_fd control, unique_fd read, unique_fd write, in UsbFfsConnection() argument
194 ~UsbFfsConnection() { in ~UsbFfsConnection() argument
209 virtual bool Write(std::unique_ptr<apacket> packet) override final { in Write()
246 PLOG(FATAL) << "failed to notify worker eventfd to stop UsbFfsConnection"; in Stop() argument
266 // eventually result in the transport being destroyed, which will result in UsbFfsConnection in StartMonitor() argument
413 void StartWorker() { in StartWorker()
439 void StopWorker() { in StopWorker()
467 void PrepareReadBlock(IoBlock* block, uint64_t id) { in PrepareReadBlock()
475 IoBlock CreateReadBlock(uint64_t id) { in CreateReadBlock()
[all …]