Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp187 monitor_event_fd_.reset(eventfd(0, EFD_CLOEXEC)); in UsbFfsConnection()
188 if (monitor_event_fd_ == -1) { in UsbFfsConnection()
259 rc = adb_write(monitor_event_fd_.get(), &notify, sizeof(notify)); in Stop()
296 { .fd = monitor_event_fd_.get(), .events = POLLIN, .revents = 0 }, in StartMonitor()
714 unique_fd monitor_event_fd_; member