commit | 3303687648c1277fa8fa16727ffa7b9c44de4d40 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Aug 31 11:50:24 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Aug 31 13:34:27 2015 -0700 |
tree | 7a03b6f68e8cb9c3e2bb65b3b651f8300c9c04b2 | |
parent | d978dc78ce58fc882038f9e41273adaad1d1f5a1 [diff] |
adb: improve names for transport threads. The old names seems confusing. output_thread was reading remote data and writing to local sockets. input_thread was reading local sockets data and writing to remote. This change tries to make it clear by renaming output_thread to read_transport thread, and renaming input_thread to write_transport thread. Change-Id: I2e7b4cde7a94d436f3745e9e3ab10780e7caa8ac