HomeSort by relevance Sort by last modified time
    Searched defs:UsbConnection (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
transport_usb.cpp 146 UsbConnection::~UsbConnection() {
150 bool UsbConnection::Read(apacket* packet) {
155 bool UsbConnection::Write(apacket* packet) {
171 void UsbConnection::Close() {
177 t->connection.reset(new UsbConnection(h));
transport.h 92 struct UsbConnection : public Connection {
93 explicit UsbConnection(usb_handle* handle) : handle_(handle) {}
94 ~UsbConnection();

Completed in 65 milliseconds