Home
last modified time | relevance | path

Searched refs:monitor_event_fd_ (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/daemon/
Dusb.cpp158 monitor_event_fd_.reset(eventfd(0, EFD_CLOEXEC)); in UsbFfsConnection()
159 if (monitor_event_fd_ == -1) { in UsbFfsConnection()
230 rc = adb_write(monitor_event_fd_.get(), &notify, sizeof(notify)); in Stop()
267 { .fd = monitor_event_fd_.get(), .events = POLLIN, .revents = 0 }, in StartMonitor()
698 unique_fd monitor_event_fd_; member