platform_system_core/adb
Xavier Ducrohet a09fbd164d Preparation work for adb to support USB vendor Ids provided by SDK add-ons.
Added usb_vendors.* which handles creating (and deleting) a list of vendor ids.
This list is meant to be used everywhere the built-in lists (usb_osx), or the
built-in vendor IDs (transport_usb)  were used.

For now the list is only built with the built-in VENDOR_ID_*. Next step
is to read a small file created from all the SDK add-on.

Other misc changes: made is_adb_interface present only if ADB_HOST is true
to prevent accessing a list that doesn't exist (usb_vendors is only
compiled for the host version of adb).
2009-05-21 10:18:43 -07:00
..
Android.mk Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
OVERVIEW.TXT auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
SERVICES.TXT auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
adb.c Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
adb.h Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
adb_client.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
adb_client.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
commandline.c auto import from //branches/cupcake_rel/...@138607 2009-03-13 13:04:37 -07:00
console.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fdevent.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
fdevent.h Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
file_sync_client.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
file_sync_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
file_sync_service.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
framebuffer_service.c Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon. 2009-05-18 17:07:46 +02:00
get_my_path_darwin.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
get_my_path_linux.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
get_my_path_windows.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
history.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
jdwp_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
log_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
mutex_list.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
protocol.txt Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
remount_service.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
services.c adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero 2009-05-20 09:14:30 -04:00
shlist.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
shlist.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sockets.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sockets.dia auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
sysdeps.h Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
sysdeps_win32.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
test_track_devices.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
test_track_jdwp.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport_local.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
transport_usb.c Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
usb_linux.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb_linux_client.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb_osx.c Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
usb_vendors.c Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
usb_vendors.h Preparation work for adb to support USB vendor Ids provided by SDK add-ons. 2009-05-21 10:18:43 -07:00
usb_windows.c Cleaning up whitespace in adb sources. Nothing more, nothing less. 2009-05-18 17:36:28 +02:00
utils.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
utils.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00