OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_ERROR_TIMEOUT
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/
sync.c
84
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out
133
r =
LIBUSB_ERROR_TIMEOUT
;
187
r =
LIBUSB_ERROR_TIMEOUT
;
244
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out (and populates
294
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out
core.c
[
all
...]
libusb.h
[
all
...]
/external/libusb/libusb/
sync.c
66
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out
127
r =
LIBUSB_ERROR_TIMEOUT
;
194
r =
LIBUSB_ERROR_TIMEOUT
;
247
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out (and populates
297
* \returns
LIBUSB_ERROR_TIMEOUT
if the transfer timed out
libusb.h
620
LIBUSB_ERROR_TIMEOUT
= -7,
[
all
...]
/external/libusb-compat/libusb/
core.c
79
case
LIBUSB_ERROR_TIMEOUT
:
757
if (r == 0 || (r ==
LIBUSB_ERROR_TIMEOUT
&& actual_length > 0))
802
if (r == 0 || (r ==
LIBUSB_ERROR_TIMEOUT
&& actual_length > 0))
/external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c
620
return (
LIBUSB_ERROR_TIMEOUT
);
darwin_usb.c
126
return
LIBUSB_ERROR_TIMEOUT
;
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
105
return
LIBUSB_ERROR_TIMEOUT
;
[
all
...]
Completed in 35 milliseconds