Searched defs:wds (Results 1 - 1 of 1) sorted by relevance

/system/core/libusbhost/
H A Dusbhost.c78 int wds[MAX_USBFS_WD_COUNT]; member in struct:usb_host_context
147 int *wds, int wd_count)
152 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
153 if (wds[0] < 0)
161 wds[i] = ret;
210 context->wds[i] = -1;
221 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
252 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
258 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT);
262 if (context->wds[
146 watch_existing_subdirs(struct usb_host_context *context, int *wds, int wd_count) argument
[all...]

Completed in 27 milliseconds