Files
android_development/samples/USB/AdbTest
Mike Lockwood 3385faf4e6 Add AdbTest sample program
This sample implements the "adb logcat" command using USB host APIs.

Change-Id: Ifbf122e99358bd3a1cd2a7967c364ffd59f003b3
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-05-03 17:55:19 -04:00
..
2011-05-03 17:55:19 -04:00
2011-05-03 17:55:19 -04:00
2011-05-03 17:55:19 -04:00
2011-05-03 17:55:19 -04:00
2011-05-03 17:55:19 -04:00
2011-05-03 17:55:19 -04:00

AdbTest is a sample program that implements a subset of the adb USB protocol.
Currently it only implements the "adb logcat" command and displays the log
output in a text view and only allows connecting to one device at a time.
However the support classes are structured in a way that would allow
connecting to multiple devices and running multiple adb commands simultaneously.

This program serves as an example of the following USB host features:

- Matching devices based on interface class, subclass and protocol (see device_filter.xml)

- Asynchronous IO on bulk endpoints