/external/libusb/.private/ |
bm.sh | 9 mkdir -p $target/include/libusb-1.0 10 cp -v libusb/libusb-1.0.def $target 11 cp -v libusb/libusb.h $target/include/libusb-1.0 34 cp -v libusb/.libs/libusb-1.0.a $target/static 35 cp -v libusb/.libs/libusb-1.0.dll $target/dl [all...] |
pre-commit.sh | 15 # libusb development team and are NOT intended to solve versioning for any 20 # higher, as any offset below below 60000 is *RESERVED* for libusb official 41 echo "#define LIBUSB_NANO $NANO" > libusb/version_nano.h 42 git add libusb/version_nano.h
|
bwince.cmd | 24 mkdir %WINCE_TARGET_DIR%\include\libusb-1.0 25 copy libusb\libusb-1.0.def %WINCE_TARGET_DIR% 26 copy libusb\libusb.h %WINCE_TARGET_DIR%\include\libusb-1.0 44 copy %%A\%MSBUILD_CONFIGURATION%\lib\libusb-1.0.lib %WINCE_TARGET_DIR%\%%A\static 47 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.lib %WINCE_TARGET_DIR%\%%A\dll 48 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.dll %WINCE_TARGET_DIR%\%%A\dll 49 copy %%A\%MSBUILD_CONFIGURATION%\dll\libusb-1.0.pdb %WINCE_TARGET_DIR%\%%A\dll [all...] |
bd.cmd | 38 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static 48 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\dll 49 copy Win32\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS32\dll 50 copy Win32\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS32\dll 64 copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\static 74 copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\dll 75 copy x64\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS64\dll 76 copy x64\Release\dll\libusb-1.0.pdb E:\dailies\%DATE%\MS64\dll
|
/system/core/adb/client/ |
usb_dispatch.cpp | 22 LOG(DEBUG) << "using libusb backend"; 23 libusb::usb_init(); 32 libusb::usb_cleanup(); 40 ? libusb::usb_write(reinterpret_cast<libusb::usb_handle*>(h), data, len) 46 ? libusb::usb_read(reinterpret_cast<libusb::usb_handle*>(h), data, len) 51 return should_use_libusb() ? libusb::usb_close(reinterpret_cast<libusb::usb_handle*>(h)) 56 should_use_libusb() ? libusb::usb_kick(reinterpret_cast<libusb::usb_handle*>(h) [all...] |
usb_libusb.cpp | 33 #include <libusb/libusb.h> 47 // RAII wrappers for libusb. 90 namespace libusb { namespace 358 // libusb doesn't think we should be messing around with devices we don't have 393 // Android's host linux libusb uses netlink instead of udev for device hotplug notification, 436 adb_thread_setname("libusb hotplug"); 452 // We're called with the libusb lock taken. Call these on a separate thread outside of this 453 // function so that the usb_handle mutex is always taken before the libusb mutex. 465 LOG(DEBUG) << "initializing libusb..." [all...] |
/external/libusb/android/jni/ |
libusb.mk | 1 # Android build config for libusb 23 # libusb 31 $(LIBUSB_ROOT_REL)/libusb/core.c \ 32 $(LIBUSB_ROOT_REL)/libusb/descriptor.c \ 33 $(LIBUSB_ROOT_REL)/libusb/hotplug.c \ 34 $(LIBUSB_ROOT_REL)/libusb/io.c \ 35 $(LIBUSB_ROOT_REL)/libusb/sync.c \ 36 $(LIBUSB_ROOT_REL)/libusb/strerror.c \ 37 $(LIBUSB_ROOT_REL)/libusb/os/linux_usbfs.c \ 38 $(LIBUSB_ROOT_REL)/libusb/os/poll_posix.c [all...] |
Android.mk | 1 # Android build config for libusb, examples and tests 21 include $(LOCAL_PATH)/libusb.mk
|
Application.mk | 1 # Android application build config for libusb
|
examples.mk | 1 # Android build config for libusb examples
|
tests.mk | 1 # Android build config for libusb tests
|
/device/google/cuttlefish_common/guest/commands/usbforward/ |
main.cpp | 18 #include <libusb/libusb.h>
|
transport_request.h | 22 #include <libusb/libusb.h> 27 // TransportRequest represents a libusb asynchronous transport request. 50 // ownership of this structure is passed to libusb and user
|
usb_server.h | 21 #include <libusb/libusb.h> 70 // Initialize, Configure and start libusb. 73 // Stop, Deconfigure and Clean up libusb. 79 // Handle asynchronous libusb events.
|
Android.mk | 34 libusb \
|
usb_server.cpp | 24 #include <libusb/libusb.h> 257 // NOTE: don't use buffer_ here directly, as libusb uses first few bytes 345 // device_event_fd_ is reset each time libusb notices device has re-appeared
|
/system/core/adb/ |
usb.h | 39 // Linux and Darwin clients have native and libusb implementations. 41 namespace libusb { namespace 43 ADB_USB_INTERFACE(libusb::usb_handle*);
|
Android.mk | 166 LOCAL_STATIC_LIBRARIES := libcrypto_utils libcrypto libbase libmdnssd libusb 185 LOCAL_STATIC_LIBRARIES := libadbd libcrypto_utils libcrypto libusb libmdnssd 235 libusb \ 301 libusb \
|
/external/libmtp/ |
.travis-translate-pkgs | 8 libusb-dev) echo "libusb-compat" ;; 9 libusb-1.0-0-dev) echo "libusb" ;; 42 for EXTRALIBS in "" "libusb-dev" "libusb-1.0-0-dev libgd2-xpm-dev" "nosuchlib"; do
|
/external/libusb-compat/ |
libusb-config.in | 12 Usage: libusb-config [OPTIONS] [LIBRARIES]
|
configure | 3 # Generated by GNU Autoconf 2.63 for libusb-compat 0.1.3. 744 PACKAGE_NAME='libusb-compat' 745 PACKAGE_TARNAME='libusb-compat' 747 PACKAGE_STRING='libusb-compat 0.1.3' 750 ac_unique_file="libusb/core.c" [all...] |
/external/libusb/msvc/ |
ddk_build.cmd | 31 cd ..\libusb\os 48 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir% 73 copy %srcPath%\libusb-%version%.dll %dstPath%\dll 74 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll 76 copy %srcPath%\libusb-%version%.lib %dstPath%\lib
|
/external/libmtp/src/ |
libusb-glue.h | 2 * \file libusb-glue.h 3 * Low-level USB interface glue towards libusb. 35 #include <libusb.h> 183 #endif // LIBUSB-GLUE_H
|
/external/libusb/examples/ |
sam3u_benchmark.c | 2 * libusb example program to measure Atmel SAM3U isochronous performance 31 #include <libusb.h> 161 fprintf(stderr, "Error initializing libusb: %s\n", libusb_error_name(rc));
|
/external/libusb-compat/libusb/ |
core.c | 2 * Core functions for libusb-compat-0.1 27 #include <libusb.h> 130 fprintf(stream, "libusb-compat %s: %s: ", prefix, function); 247 /* libusb-1.0 initialization might have failed, but we can't indicate 248 * this with libusb-0.1, so trap that situation here */ 529 /* even though structures are identical, we can't just use libusb-1.0's 531 * a single flat memory area (libusb-1.0 provides separate allocations). 532 * we hand-copy libusb-1.0's descriptors into our own structures. */ 550 /* libusb doesn't implement this and it doesn't seem that important. If 574 /* libusb-1.0 initialization might have failed, but we can't indicat [all...] |