android_system_core/adb/daemon
Josh Gao 5841a96afc adbd: tune USB read/write sizes and queue depths.
Reduce the operation sizes to sizes that are small enough that the
kernel will run the OOM killer to try to make them succeed. Compensate
for the smaller operation sizes by increasing the queue depth.

Bug: http://b/126582877
Test: benchmark_device.py
Change-Id: I4d351f56c8f83fea882614238cc3fec8ba1e9bf9
2019-02-28 15:53:48 -08:00
..
include/adbd adbd: extract functionfs fd creation. 2018-10-18 13:58:06 -07:00
abb.cpp adbd: switch abb to ConsumePrefix. 2019-02-25 13:59:00 -08:00
abb_service.cpp Adding EXEC version of calling ABB. 2019-02-23 06:15:03 +00:00
auth.cpp adbd: compile for host. 2019-01-23 12:59:41 -08:00
file_sync_service.cpp adb: update symlink timestamps. 2019-02-20 13:17:56 -08:00
file_sync_service.h adb: use adb's unique_fd instead of android::base. 2018-07-25 18:08:45 -07:00
framebuffer_service.cpp adb: don't use <error.h>. 2018-10-22 17:04:32 -07:00
framebuffer_service.h adbd: compile for host. 2019-01-23 12:59:41 -08:00
jdwp_service.cpp adb: switch to base::{Send,Receive}FileDescriptors. 2019-02-13 13:21:54 -08:00
main.cpp adbd: compile for host. 2019-01-23 12:59:41 -08:00
mdns.cpp Only set mdns_registered on success 2019-01-09 08:46:50 +01:00
mdns.h Make ADBD announce its presence over mDNS 2017-03-07 14:42:06 -08:00
reboot_service.cpp adbd: compile for host. 2019-01-23 12:59:41 -08:00
reboot_service.h adbd: compile for host. 2019-01-23 12:59:41 -08:00
remount_service.cpp Merge "Add android::fs_mgr namespace for new Fstab code" 2019-01-31 19:35:54 +00:00
remount_service.h adbd: compile for host. 2019-01-23 12:59:41 -08:00
restart_service.cpp adbd: log when exiting due to root/unroot/tcpip/usb. 2019-02-19 13:12:59 -08:00
restart_service.h adbd: compile for host. 2019-01-23 12:59:41 -08:00
services.cpp adbd: switch daemon/services to ConsumePrefix. 2019-02-25 13:49:25 -08:00
set_verity_enable_state_service.cpp Add android::fs_mgr namespace for new Fstab code 2019-01-30 20:20:05 -08:00
set_verity_enable_state_service.h adbd: compile for host. 2019-01-23 12:59:41 -08:00
shell_service.cpp Adding EXEC version of calling ABB. 2019-02-23 06:15:03 +00:00
shell_service.h Adding EXEC version of calling ABB. 2019-02-23 06:15:03 +00:00
shell_service_test.cpp adb: split daemon services out of service_to_fd. 2018-07-25 18:49:37 -07:00
transport_qemu.cpp adbd: fix TCP bind address. 2019-01-30 14:49:20 -08:00
usb.cpp adbd: tune USB read/write sizes and queue depths. 2019-02-28 15:53:48 -08:00
usb_dummy.cpp adbd: compile for host. 2019-01-23 12:59:41 -08:00
usb_ffs.cpp adbd: open functionfs ep0 as O_RDWR. 2018-10-18 13:58:06 -07:00
usb_legacy.cpp adbd: implement a nonblocking USB Connection. 2018-10-19 17:53:18 -07:00