Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp144 UsbFfsConnection(unique_fd control, unique_fd read, unique_fd write, in UsbFfsConnection() function
166 ~UsbFfsConnection() { in ~UsbFfsConnection() argument
226 PLOG(FATAL) << "failed to notify worker eventfd to stop UsbFfsConnection"; in Stop() argument
400 void StartWorker() { in StartWorker()
431 void StopWorker() { in StopWorker()
484 void ReadEvents() { in ReadEvents()
690 bool worker_started_;
701 unique_fd control_fd_;
702 unique_fd read_fd_;
703 unique_fd write_fd_;
[all …]