Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dchange_waiter.py16 wdd = wm.add_watch(sys.argv[1], mask, rec=True) variable
/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()