commit | d6ab3c2245b6c71605bad746a535028b717e899a | [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 | b6bfd36c19626ef1aca3b5d28092721c6b498a34 [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