HomeSort by relevance Sort by last modified time
    Searched full:libusb_exit (Results 1 - 18 of 18) sorted by null

  /external/libusb/tests/
stress.c 41 libusb_exit(ctx);
69 libusb_exit(ctx);
107 libusb_exit(ctx);
140 libusb_exit(ctx);
142 libusb_exit(NULL);
  /external/libusb/examples/
hotplugtest.c 89 libusb_exit (NULL);
97 libusb_exit (NULL);
105 libusb_exit (NULL);
119 libusb_exit (NULL);
listdevs.c 69 libusb_exit(NULL);
fxload.c 234 libusb_exit(NULL);
304 libusb_exit(NULL);
307 libusb_exit(NULL);
sam3u_benchmark.c 191 libusb_exit(NULL);
testlibusb.c 271 libusb_exit(NULL);
dpfp.c 504 libusb_exit(NULL);
dpfp_threaded.c 551 libusb_exit(NULL);
xusb.c     [all...]
  /external/libusb/libusb/
libusb-1.0.def 33 libusb_exit
34 libusb_exit@4 = libusb_exit
hotplug.c 68 * Callbacks for a particular context are automatically deregistered by libusb_exit().
140 libusb_exit(NULL);
150 libusb_exit(NULL);
core.c 315 * users can continue using libusb after one of them calls libusb_exit(), etc.
326 * context is alive. Contexts are destroyed during libusb_exit().
331 * the default context will only happen when the last user calls libusb_exit().
367 * - libusb_exit()
2176 void API_EXPORTED libusb_exit(struct libusb_context *ctx) function
    [all...]
libusb.h 931 * libusb_exit() will not destroy resources that the other user is still
934 * Sessions are created by libusb_init() and destroyed through libusb_exit().
    [all...]
io.c 593 libusb_exit(ctx);
    [all...]
  /external/libusb/
ChangeLog 63 * Linux: Fix hang (deadlock) on libusb_exit
  /external/libusb/libusb/os/
wince_usb.c 235 --concurrent_usage; // Not expected to call libusb_exit if we failed.
windows_usbdk.c 225 --concurrent_usage; // Not expected to call libusb_exit if we failed.
windows_winusb.c 842 --concurrent_usage; // Not expected to call libusb_exit if we failed.
    [all...]

Completed in 280 milliseconds