OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBUSB_ERROR_NO_MEM
(Results
1 - 18
of
18
) sorted by null
/external/libusb/libusb/
sync.c
82
return
LIBUSB_ERROR_NO_MEM
;
87
return
LIBUSB_ERROR_NO_MEM
;
162
return
LIBUSB_ERROR_NO_MEM
;
descriptor.c
148
return
LIBUSB_ERROR_NO_MEM
;
204
r =
LIBUSB_ERROR_NO_MEM
;
251
r =
LIBUSB_ERROR_NO_MEM
;
277
r =
LIBUSB_ERROR_NO_MEM
;
352
return
LIBUSB_ERROR_NO_MEM
;
399
r =
LIBUSB_ERROR_NO_MEM
;
479
return
LIBUSB_ERROR_NO_MEM
;
489
r =
LIBUSB_ERROR_NO_MEM
;
548
return
LIBUSB_ERROR_NO_MEM
;
558
r =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
core.c
588
* \returns the number of devices in the outputted list, or
LIBUSB_ERROR_NO_MEM
603
return
LIBUSB_ERROR_NO_MEM
;
615
len =
LIBUSB_ERROR_NO_MEM
;
852
* \returns
LIBUSB_ERROR_NO_MEM
on memory allocation failure
868
return
LIBUSB_ERROR_NO_MEM
;
[
all
...]
libusb.h
632
LIBUSB_ERROR_NO_MEM
= -11,
[
all
...]
io.c
[
all
...]
/external/libusb_aah/libusb/
sync.c
82
return
LIBUSB_ERROR_NO_MEM
;
87
return
LIBUSB_ERROR_NO_MEM
;
165
return
LIBUSB_ERROR_NO_MEM
;
descriptor.c
149
return
LIBUSB_ERROR_NO_MEM
;
205
r =
LIBUSB_ERROR_NO_MEM
;
252
r =
LIBUSB_ERROR_NO_MEM
;
280
r =
LIBUSB_ERROR_NO_MEM
;
355
return
LIBUSB_ERROR_NO_MEM
;
402
r =
LIBUSB_ERROR_NO_MEM
;
482
return
LIBUSB_ERROR_NO_MEM
;
492
r =
LIBUSB_ERROR_NO_MEM
;
551
return
LIBUSB_ERROR_NO_MEM
;
561
r =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
core.c
630
return
LIBUSB_ERROR_NO_MEM
;
642
len =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
io.c
[
all
...]
libusb.h
772
LIBUSB_ERROR_NO_MEM
= -11,
[
all
...]
/external/libusb_aah/libusb/os/
openbsd_usb.c
164
return (
LIBUSB_ERROR_NO_MEM
);
191
return (
LIBUSB_ERROR_NO_MEM
);
568
return (
LIBUSB_ERROR_NO_MEM
);
597
return (
LIBUSB_ERROR_NO_MEM
);
windows_usb.c
573
return
LIBUSB_ERROR_NO_MEM
;
704
return
LIBUSB_ERROR_NO_MEM
;
712
return
LIBUSB_ERROR_NO_MEM
;
757
r =
LIBUSB_ERROR_NO_MEM
;
879
return
LIBUSB_ERROR_NO_MEM
;
917
LOOP_BREAK(
LIBUSB_ERROR_NO_MEM
);
[
all
...]
linux_usbfs.c
807
return
LIBUSB_ERROR_NO_MEM
;
869
return
LIBUSB_ERROR_NO_MEM
;
952
return
LIBUSB_ERROR_NO_MEM
;
1013
return
LIBUSB_ERROR_NO_MEM
;
1025
r =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
darwin_usb.c
712
ret =
LIBUSB_ERROR_NO_MEM
;
754
ret =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
/external/libusb/libusb/os/
linux_usbfs.c
620
return
LIBUSB_ERROR_NO_MEM
;
682
return
LIBUSB_ERROR_NO_MEM
;
751
return
LIBUSB_ERROR_NO_MEM
;
812
return
LIBUSB_ERROR_NO_MEM
;
824
r =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
darwin_usb.c
457
ret =
LIBUSB_ERROR_NO_MEM
;
538
ret =
LIBUSB_ERROR_NO_MEM
;
[
all
...]
/system/core/adb/
usb_libusb.c
452
case
LIBUSB_ERROR_NO_MEM
:
/external/libusb-compat/libusb/
core.c
87
case
LIBUSB_ERROR_NO_MEM
:
Completed in 93 milliseconds