Searched defs:UsbFfsConnection (Results 1 – 1 of 1) sorted by relevance
144 UsbFfsConnection(unique_fd control, unique_fd read, unique_fd write, in UsbFfsConnection() function166 ~UsbFfsConnection() { in ~UsbFfsConnection() argument226 PLOG(FATAL) << "failed to notify worker eventfd to stop UsbFfsConnection"; in Stop() argument400 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 …]