Go to file
Tao Wu 043912ec11 Allow multiple tcp adb connection to same device.
This worked before Kitkat, and then we lost this feature in Kitkat.
Now I make the register logic in server_socket_thread as same as qemu_socket_thread.

Test: manual - build emulator image and connect from different adb client.
Bug: 32341562
Change-Id: I7b4831d280048d2a3796be3522bd3b8fbc1ade6b
Signed-off-by: Tao Wu <lepton@google.com>
2016-10-22 12:54:30 -07:00
adb Allow multiple tcp adb connection to same device. 2016-10-22 12:54:30 -07:00
adf system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
base Move off std::sto* function which abort on failure. 2016-10-13 15:34:05 -07:00
bootstat Move off std::sto* function which abort on failure. 2016-10-13 15:34:05 -07:00
cpio mkbootfs: Fix the default st_mode for root directory. 2016-10-07 16:14:27 -07:00
debuggerd Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
fastboot Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
fingerprintd system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
fs_mgr Update the header path for ext4_utils. 2016-10-09 10:23:36 -07:00
gatekeeperd system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
healthd Move off std::sto* function which abort on failure. 2016-10-13 15:34:05 -07:00
include Merge "Fallback to IPv6 when IPv4 is not available in adb" 2016-10-14 01:35:43 +00:00
init Move off std::sto* function which abort on failure. 2016-10-13 15:34:05 -07:00
libbacktrace Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
libbinderwrapper Move libbinderwrapper's headers into libbinderwrapper. 2016-09-16 09:02:47 -07:00
libcrypto_utils Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
libcutils Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
libdiskconfig system/core Replace log/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libion system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
liblog Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
libmemtrack system/core Replace log/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libmemunreachable Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
libnativebridge Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
libnativeloader Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
libnetutils system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libpackagelistparser system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libpixelflinger system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libprocessgroup Use readdir instead of readdir_r. 2016-09-28 14:04:12 -07:00
libsparse libsparse: output_file.c, fix large data chunk issue 2016-10-06 09:53:42 -07:00
libsuspend system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libsync Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
libsysutils system/core Replace cutils/log.h with android/log.h 2016-09-30 12:47:05 -07:00
libusbhost usb-bulk-transfer: Clarify sign-iy-ness of param 2016-09-21 15:51:35 +00:00
libutils Test for _WIN32 in instead of USE_MINGW. 2016-10-05 09:37:44 -07:00
libziparchive system/core Replace log/log.h with android/log.h 2016-09-30 12:47:05 -07:00
lmkd system/core Replace log/log.h with android/log.h 2016-09-30 12:47:05 -07:00
logcat Merge "Rely on the platform -std default." 2016-10-14 02:28:38 +00:00
logd logd: report logging memory overhead 2016-10-05 15:32:40 -07:00
logwrapper Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
mkbootimg mkbootimg: use int for os_version and os_patch_level 2016-03-29 16:06:37 -07:00
reboot Convert more Android.mk files to Android.bp 2016-07-13 17:41:45 -07:00
rootdir init.rc: have hwservicemanager start the HAL class 2016-09-26 00:23:51 -07:00
run-as run-as: Use Minijail for privilege dropping. 2016-07-19 11:03:52 -04:00
sdcard Small clean up of fuse code. 2016-10-07 12:16:00 -07:00
toolbox Rely on the platform -std default. 2016-10-10 14:31:12 -07:00
trusty system/core Replace log/log.h with android/log.h 2016-09-30 12:47:05 -07:00
tzdatacheck Convert more Android.mk files to Android.bp 2016-07-13 17:41:45 -07:00
.gitignore
Android.bp Migrate liblog to ndk_library. 2016-09-23 15:43:23 -07:00
Android.mk
CleanSpec.mk init.rc: have hwservicemanager start the HAL class 2016-09-26 00:23:51 -07:00
MODULE_LICENSE_APACHE2
NOTICE