HomeSort by relevance Sort by last modified time
    Searched refs:inotifyFd (Results 1 - 5 of 5) sorted by null

  /device/google/bonito/usb/
UsbGadget.cpp 451 unique_fd inotifyFd(inotify_init());
452 if (inotifyFd < 0) {
466 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
480 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
530 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
560 if (addEpollFd(epollFd, inotifyFd) == -1) return Status::ERROR;
565 mInotifyFd = move(inotifyFd);
  /device/google/crosshatch/usb/
UsbGadget.cpp 451 unique_fd inotifyFd(inotify_init());
452 if (inotifyFd < 0) {
466 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
480 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
530 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
560 if (addEpollFd(epollFd, inotifyFd) == -1) return Status::ERROR;
565 mInotifyFd = move(inotifyFd);
  /device/google/wahoo/usb/
UsbGadget.cpp 426 unique_fd inotifyFd(inotify_init());
427 if (inotifyFd < 0) {
441 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/mtp/", IN_ALL_EVENTS) == -1)
455 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/ptp/", IN_ALL_EVENTS) == -1)
505 if (inotify_add_watch(inotifyFd, "/dev/usb-ffs/adb/", IN_ALL_EVENTS) == -1)
535 if (addEpollFd(epollFd, inotifyFd) == -1) return Status::ERROR;
540 mInotifyFd = move(inotifyFd);
  /device/google/contexthub/contexthubhal/
nanohubhal.cpp 228 pollfd &inotifyFd = myFds[IDX_INOTIFY];
232 if (init_inotify(&inotifyFd)) {
249 wait_on_dev_lock(inotifyFd);
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]

Completed in 2129 milliseconds