Home | History | Annotate | Download | only in usb

Lines Matching defs:usb

4 #include <android/hardware/usb/1.1/IUsb.h>
5 #include <android/hardware/usb/1.1/types.h>
6 #include <android/hardware/usb/1.1/IUsbCallback.h>
19 namespace usb {
23 using ::android::hardware::usb::V1_0::PortRole;
24 using ::android::hardware::usb::V1_0::PortRoleType;
25 using ::android::hardware::usb::V1_0::PortDataRole;
26 using ::android::hardware::usb::V1_0::PortPowerRole;
27 using ::android::hardware::usb::V1_0::Status;
28 using ::android::hardware::usb::V1_1::IUsb;
29 using ::android::hardware::usb::V1_1::IUsbCallback;
30 using ::android::hardware::usb::V1_1::PortMode_1_1;
31 using ::android::hardware::usb::V1_1::PortStatus_1_1;
42 struct Usb : public IUsb {
66 } // namespace usb