Files
rk35xx-android14/development/samples/USB/AdbTest/_index.html
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

13 lines
667 B
HTML

<p>AdbTest is a sample program that implements a subset of the <code>adb</code> USB protocol.
Currently it only implements the <code>adb logcat</code> 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 <code>adb</code> commands simultaneously.</p>
<p>This program serves as an example of the following USB host features:</p>
<ul>
<li>Matching devices based on interface class, subclass and protocol (see <code>device_filter.xml</code>)</li>
<li>Asynchronous IO on bulk endpoints</li>
</ul>