Home
last modified time | relevance | path

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

/system/core/libusbhost/
Dusbhost.c75 int wdd; member
211 context->wdd = inotify_add_watch(context->fd, DEV_DIR, IN_CREATE | IN_DELETE); in usb_host_load()
212 if (context->wdd < 0) { in usb_host_load()
244 if (wd == context->wdd) { in usb_host_read_event()