Home
last modified time | relevance | path

Searched refs: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
732 transport->SetConnection(std::make_unique<UsbFfsConnection>( in usb_ffs_open_thread()