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

  /external/libusb/libusb/os/
darwin_usb.c 445 int ret = 0, need_unref = 0; local
452 need_unref = 1;
547 if (need_unref)
    [all...]
linux_usbfs.c 792 int need_unref = 0; local
813 need_unref = 1;
829 if (need_unref)
    [all...]
  /external/libusb_aah/libusb/os/
darwin_usb.c 700 int ret = 0, need_unref = 0; local
707 need_unref = 1;
763 if (need_unref)
    [all...]
linux_usbfs.c 993 int need_unref = 0; local
1014 need_unref = 1;
1030 if (need_unref)
    [all...]

Completed in 65 milliseconds