Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb.cpp186 monitor_event_fd_.reset(eventfd(0, EFD_CLOEXEC)); in UsbFfsConnection()
187 if (monitor_event_fd_ == -1) { in UsbFfsConnection()
250 rc = adb_write(monitor_event_fd_.get(), &notify, sizeof(notify)); in Stop()
280 { .fd = monitor_event_fd_.get(), .events = POLLIN, .revents = 0 }, in StartMonitor()
682 unique_fd monitor_event_fd_; member