|
Android-cuttlefish cvd tool
|
#include <sys/types.h>#include "adb.h"#include "transport.h"

Go to the source code of this file.
Classes | |
| struct | UsbConnection |
Functions | |
| void | usb_init () |
| void | usb_cleanup () |
| int | usb_write (usb_handle *h, const void *data, int len) |
| int | usb_read (usb_handle *h, void *data, int len) |
| int | usb_close (usb_handle *h) |
| void | usb_reset (usb_handle *h) |
| void | usb_kick (usb_handle *h) |
| size_t | usb_get_max_packet_size (usb_handle *) |
| bool | is_adb_interface (int usb_class, int usb_subclass, int usb_protocol) |
| bool | is_libusb_enabled () |
| bool is_adb_interface | ( | int | usb_class, |
| int | usb_subclass, | ||
| int | usb_protocol | ||
| ) |
| bool is_libusb_enabled | ( | ) |
| void usb_cleanup | ( | ) |
| int usb_close | ( | usb_handle * | h | ) |
| size_t usb_get_max_packet_size | ( | usb_handle * | h | ) |
| void usb_init | ( | ) |
| void usb_kick | ( | usb_handle * | h | ) |
| int usb_read | ( | usb_handle * | h, |
| void * | data, | ||
| int | len | ||
| ) |
| void usb_reset | ( | usb_handle * | h | ) |
| int usb_write | ( | usb_handle * | h, |
| const void * | data, | ||
| int | len | ||
| ) |