Home
last modified time | relevance | path

Searched refs:usb (Results 1 – 25 of 53) sorted by relevance

123

/hardware/interfaces/usb/1.1/vts/functional/
DVtsHalUsbV1_1TargetTest.cpp35 using ::android::hardware::usb::V1_1::IUsb;
36 using ::android::hardware::usb::V1_1::IUsbCallback;
37 using ::android::hardware::usb::V1_0::PortDataRole;
38 using ::android::hardware::usb::V1_0::PortMode;
39 using ::android::hardware::usb::V1_1::PortMode_1_1;
40 using ::android::hardware::usb::V1_0::PortPowerRole;
41 using ::android::hardware::usb::V1_0::PortRole;
42 using ::android::hardware::usb::V1_0::PortRoleType;
43 using ::android::hardware::usb::V1_0::PortStatus;
44 using ::android::hardware::usb::V1_1::PortStatus_1_1;
[all …]
DAndroid.bp22 "android.hardware.usb@1.0",
23 "android.hardware.usb@1.1",
/hardware/interfaces/usb/gadget/1.1/default/
DUsbGadget.h38 namespace usb {
54 using ::android::hardware::usb::gadget::addAdb;
55 using ::android::hardware::usb::gadget::addEpollFd;
56 using ::android::hardware::usb::gadget::getVendorFunctions;
57 using ::android::hardware::usb::gadget::kDebug;
58 using ::android::hardware::usb::gadget::kDisconnectWaitUs;
59 using ::android::hardware::usb::gadget::linkFunction;
60 using ::android::hardware::usb::gadget::MonitorFfs;
61 using ::android::hardware::usb::gadget::resetGadget;
62 using ::android::hardware::usb::gadget::setVidPid;
[all …]
D[email protected]1 service vendor.usb-gadget-hal-1-1 /vendor/bin/hw/android.hardware.usb[email protected]
2 interface android.hardware.usb[email protected]::IUsbGadget default
3 interface android.hardware.usb[email protected]::IUsbGadget default
DAndroid.bp18 name: "android.hardware.usb[email protected]",
21 init_rc: ["android.hardware.usb[email protected]"],
22 vintf_fragments: ["android.hardware.usb[email protected]"],
29 "android.hardware.usb[email protected]",
30 "android.hardware.usb[email protected]",
Dservice.cpp29 using android::hardware::usb::gadget::V1_1::IUsbGadget;
30 using android::hardware::usb::gadget::V1_1::implementation::UsbGadget;
/hardware/interfaces/usb/1.2/vts/functional/
DVtsHalUsbV1_2TargetTest.cpp42 using ::android::hardware::usb::V1_0::PortDataRole;
43 using ::android::hardware::usb::V1_0::PortMode;
44 using ::android::hardware::usb::V1_0::PortPowerRole;
45 using ::android::hardware::usb::V1_0::PortRole;
46 using ::android::hardware::usb::V1_0::PortRoleType;
47 using ::android::hardware::usb::V1_0::Status;
48 using ::android::hardware::usb::V1_1::PortMode_1_1;
49 using ::android::hardware::usb::V1_1::PortStatus_1_1;
50 using ::android::hardware::usb::V1_2::ContaminantDetectionStatus;
51 using ::android::hardware::usb::V1_2::ContaminantProtectionMode;
[all …]
DAndroid.bp22 "android.hardware.usb@1.0",
23 "android.hardware.usb@1.1",
24 "android.hardware.usb@1.2",
/hardware/interfaces/usb/1.0/vts/functional/
DVtsHalUsbV1_0TargetTest.cpp35 using ::android::hardware::usb::V1_0::IUsbCallback;
36 using ::android::hardware::usb::V1_0::IUsb;
37 using ::android::hardware::usb::V1_0::PortDataRole;
38 using ::android::hardware::usb::V1_0::PortMode;
39 using ::android::hardware::usb::V1_0::PortPowerRole;
40 using ::android::hardware::usb::V1_0::PortRole;
41 using ::android::hardware::usb::V1_0::PortRoleType;
42 using ::android::hardware::usb::V1_0::PortStatus;
43 using ::android::hardware::usb::V1_0::Status;
101 usb = IUsb::getService(GetParam()); in SetUp()
[all …]
/hardware/interfaces/usb/1.0/default/
D[email protected]1 service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service
2 interface android.hardware.usb@1.0::IUsb default
DUsb.h18 namespace usb {
22 using ::android::hardware::usb::V1_0::IUsb;
23 using ::android::hardware::usb::V1_0::IUsbCallback;
24 using ::android::hardware::usb::V1_0::PortRole;
DAndroid.bp16 name: "android.hardware.usb@1.0-service",
18 init_rc: ["android.hardware.usb@1.0-service.rc"],
19 vintf_fragments: ["android.hardware.usb@1.0-service.xml"],
33 "android.hardware.usb@1.0",
Dservice.cpp27 using android::hardware::usb::V1_0::IUsb;
28 using android::hardware::usb::V1_0::implementation::Usb;
DUsb.cpp34 namespace usb { namespace
316 android::hardware::usb::V1_0::implementation::Usb *usb; member
337 if (payload->usb->mCallback != NULL) { in uevent_event()
341 payload->usb->mCallback->notifyPortStatusChange(currentPortStatus, status); in uevent_event()
368 payload.usb = (android::hardware::usb::V1_0::implementation::Usb *)param; in work()
459 Usb *usb; variable
464 assert(usb == NULL); in Usb()
465 usb = this; in Usb()
/hardware/interfaces/usb/1.2/
DAndroid.bp4 name: "android.hardware.usb@1.2",
15 "android.hardware.usb@1.0",
16 "android.hardware.usb@1.1",
Dtypes.hal17 package android.hardware.usb@1.2;
19 import android.hardware.usb@1.1::PortStatus_1_1;
20 import android.hardware.usb@1.0::Status;
68 * mode where a port shall only detect usb accessories such as headsets
76 * not respond to connection of chargers or usb accessories.
DIUsbCallback.hal17 package android.hardware.usb@1.2;
19 import android.hardware.usb@1.1::IUsbCallback;
20 import android.hardware.usb@1.0::Status;
/hardware/interfaces/usb/gadget/1.1/
DAndroid.bp4 name: "android.hardware.usb[email protected]",
13 "android.hardware.usb[email protected]",
/hardware/interfaces/usb/1.1/
DAndroid.bp4 name: "android.hardware.usb@1.1",
15 "android.hardware.usb@1.0",
DIUsb.hal17 package android.hardware.usb@1.1;
19 import android.hardware.usb@1.0;
26 interface IUsb extends android.hardware.usb@1.0::IUsb {};
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h47 namespace usb {
81 using ::android::hardware::usb::gadget::V1_0::GadgetFunction;
82 using ::android::hardware::usb::gadget::V1_0::Status;
/hardware/interfaces/usb/gadget/1.1/default/lib/include/
DUsbGadgetCommon.h45 namespace usb {
80 using ::android::hardware::usb::gadget::V1_0::GadgetFunction;
81 using ::android::hardware::usb::gadget::V1_0::Status;
/hardware/interfaces/usb/gadget/1.1/default/lib/
DAndroid.bp33 "android.hardware.usb[email protected]",
34 "android.hardware.usb[email protected]",
/hardware/interfaces/usb/gadget/1.0/
DAndroid.bp4 name: "android.hardware.usb[email protected]",
/hardware/interfaces/usb/1.0/
DAndroid.bp4 name: "android.hardware.usb@1.0",

123