OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_handle_events
(Results
1 - 9
of
9
) sorted by null
/external/libusb/libusb/
sync.c
105
r =
libusb_handle_events
(HANDLE_CTX(dev_handle));
111
if (
libusb_handle_events
(HANDLE_CTX(dev_handle)) < 0)
175
r =
libusb_handle_events
(HANDLE_CTX(dev_handle));
181
if (
libusb_handle_events
(HANDLE_CTX(dev_handle)) < 0)
libusb.h
[
all
...]
io.c
504
* This gives rise to the
libusb_handle_events
() function which your
511
* -# Periodically call
libusb_handle_events
() in non-blocking mode at fixed
513
* -# Repeatedly call
libusb_handle_events
() in blocking mode from a dedicated
529
*
libusb_handle_events
().
574
libusb_handle_events
(ctx);
580
* sets of file descriptors or handling timeouts.
libusb_handle_events
() will
1976
API_EXPORTED int
libusb_handle_events
(libusb_context *ctx)
function
[
all
...]
/external/libusb/examples/
dpfp.c
350
if (
libusb_handle_events
(NULL) < 0)
467
r =
libusb_handle_events
(NULL);
487
if (
libusb_handle_events
(NULL) < 0)
dpfp_threaded.c
377
if (
libusb_handle_events
(NULL) < 0)
525
if (
libusb_handle_events
(NULL) < 0)
/external/libusb_aah/examples/
dpfp.c
350
if (
libusb_handle_events
(NULL) < 0)
467
r =
libusb_handle_events
(NULL);
487
if (
libusb_handle_events
(NULL) < 0)
dpfp_threaded.c
377
if (
libusb_handle_events
(NULL) < 0)
525
if (
libusb_handle_events
(NULL) < 0)
/external/libusb_aah/libusb/
libusb.h
[
all
...]
io.c
504
* This gives rise to the
libusb_handle_events
() function which your
511
* -# Periodically call
libusb_handle_events
() in non-blocking mode at fixed
513
* -# Repeatedly call
libusb_handle_events
() in blocking mode from a dedicated
529
*
libusb_handle_events
().
574
libusb_handle_events
(ctx);
580
* sets of file descriptors or handling timeouts.
libusb_handle_events
() will
2178
int API_EXPORTED
libusb_handle_events
(libusb_context *ctx)
function
[
all
...]
Completed in 70 milliseconds