OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_ERROR_NO_DEVICE
(Results
1 - 14
of
14
) sorted by null
/external/libusb/libusb/
sync.c
69
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
133
r =
LIBUSB_ERROR_NO_DEVICE
;
203
r =
LIBUSB_ERROR_NO_DEVICE
;
252
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
301
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
libusb.h
611
LIBUSB_ERROR_NO_DEVICE
= -4,
[
all
...]
/external/libusb_aah/libusb/
sync.c
69
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
133
r =
LIBUSB_ERROR_NO_DEVICE
;
206
r =
LIBUSB_ERROR_NO_DEVICE
;
255
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
304
* \returns
LIBUSB_ERROR_NO_DEVICE
if the device has been disconnected
libusb.h
751
LIBUSB_ERROR_NO_DEVICE
= -4,
[
all
...]
core.c
198
*
LIBUSB_ERROR_NO_DEVICE
error code when the device has been disconnected.
[
all
...]
io.c
[
all
...]
/external/libusb_aah/libusb/os/
linux_usbfs.c
464
return
LIBUSB_ERROR_NO_DEVICE
;
474
return
LIBUSB_ERROR_NO_DEVICE
; /* For unplug race (trac #70) */
841
return
LIBUSB_ERROR_NO_DEVICE
;
[
all
...]
windows_usb.c
845
return
LIBUSB_ERROR_NO_DEVICE
;
[
all
...]
darwin_usb.c
110
return
LIBUSB_ERROR_NO_DEVICE
;
[
all
...]
openbsd_usb.c
566
return (
LIBUSB_ERROR_NO_DEVICE
);
/external/libusb/libusb/os/
linux_usbfs.c
654
return
LIBUSB_ERROR_NO_DEVICE
;
1064
return
LIBUSB_ERROR_NO_DEVICE
;
1107
return
LIBUSB_ERROR_NO_DEVICE
;
1141
return
LIBUSB_ERROR_NO_DEVICE
;
1156
return
LIBUSB_ERROR_NO_DEVICE
;
1179
return
LIBUSB_ERROR_NO_DEVICE
;
1199
return
LIBUSB_ERROR_NO_DEVICE
;
1238
return
LIBUSB_ERROR_NO_DEVICE
;
[
all
...]
darwin_usb.c
97
return
LIBUSB_ERROR_NO_DEVICE
;
976
return
LIBUSB_ERROR_NO_DEVICE
;
[
all
...]
/system/core/adb/
usb_libusb.c
89
case
LIBUSB_ERROR_NO_DEVICE
:
461
case
LIBUSB_ERROR_NO_DEVICE
:
550
if (r ==
LIBUSB_ERROR_NO_DEVICE
)
/external/libusb-compat/libusb/
core.c
73
case
LIBUSB_ERROR_NO_DEVICE
:
Completed in 119 milliseconds