platform_system_core/adb
Matt Gumbel d7b3308511 Support adb client connect to remote server
ADB client: allow user to specify hostname and port number of remote
adb server.
ADB server: bind server to all network interfaces instead of just
localhost when user gives -a flag.

Primary use-case for this change is to support remote testing of USB
devices. HostA is running some test automation software which invokes adb
client. HostB has USB-only device attached and is running adb server. adb
client on HostA makes connection to adb server on HostB to talk to the
USB device.

Change-Id: I845cc8c00350b400317f8c18f813e6fd79bd5470
Signed-off-by: Dean Kwon <daex.i.kwon@intel.com>
Signed-off-by: Jim Bride <jim.bride@intel.com>
Signed-off-by: Matt Gumbel <matthew.k.gumbel@intel.com>
2013-01-04 11:00:38 -08:00
..
adb.c Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
adb.h adb: Create private key with 0600 mode 2012-08-31 12:31:36 -07:00
adb_auth.h adb: Add public key authentification 2012-08-23 00:20:06 -07:00
adb_auth_client.c adb: Add public key authentification 2012-08-23 00:20:06 -07:00
adb_auth_host.c adb: Create private key with 0600 mode 2012-08-31 12:31:36 -07:00
adb_client.c Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
adb_client.h Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
Android.mk Dist fastboot and adb for the sdk build. 2012-09-05 10:26:43 -07:00
backup_service.c
commandline.c Support adb client connect to remote server 2013-01-04 11:00:38 -08:00
console.c
fdevent.c
fdevent.h
file_sync_client.c
file_sync_service.c
file_sync_service.h
framebuffer_service.c Avoid zombies on androidscreencast 2012-07-23 15:23:20 +03:00
get_my_path_darwin.c
get_my_path_freebsd.c
get_my_path_linux.c
get_my_path_windows.c
jdwp_service.c
log_service.c
MODULE_LICENSE_APACHE2
mutex_list.h
NOTICE
OVERVIEW.TXT
protocol.txt adb: Add public key authentification 2012-08-23 00:20:06 -07:00
remount_service.c
services.c Make adb robust against EINTR 2012-10-12 15:28:37 -07:00
SERVICES.TXT adb: Improve ADB's forward redirection management. 2012-11-26 21:37:08 +01:00
sockets.c am 504dccec: am aeceb517: adb: Fix adb tcpip command 2012-06-12 16:46:48 -07:00
sockets.dia
sysdeps.h am 51ccef27: Merge "Add TEMP_FAILURE_RETRY macro for darwin" 2012-10-13 13:54:34 -07:00
sysdeps_win32.c adb: Use bionic's strtok_r() for Windows 2012-06-05 17:54:27 -07:00
test_track_devices.c
test_track_jdwp.c
transport.c am 2ca3e6b3: adb: Generalizing -s to take qualifiers. 2012-06-05 16:21:04 -07:00
transport.h
transport_local.c Trivial signed/unsigned warning fix for adbd 2012-08-02 09:17:53 -04:00
transport_usb.c
usb_libusb.c
usb_linux.c
usb_linux_client.c
usb_osx.c
usb_vendors.c Add usb vendor id for Teleepoch. 2012-11-06 12:56:14 -08:00
usb_vendors.h
usb_windows.c
utils.c
utils.h