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

  /device/google/bonito/usb/
Usb.h 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 { namespace in namespace:android::hardware
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
    [all...]
Usb.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.bonito"
36 #include "Usb.h"
40 namespace usb { namespace in namespace:android::hardware
135 const PortRole &newRole, struct Usb *usb) {
152 pthread_mutex_lock(&usb->mPartnerLock);
153 usb->mPartnerUp = false;
166 int err = pthread_cond_timedwait(&usb->mPartnerCV, &usb->mPartnerLock, &to);
171 } else if (!usb->mPartnerUp)
507 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /device/google/crosshatch/usb/
Usb.h 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 { namespace in namespace:android::hardware
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
    [all...]
Usb.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.crosshatch"
38 #include "Usb.h"
42 namespace usb { namespace in namespace:android::hardware
137 const PortRole &newRole, struct Usb *usb) {
154 pthread_mutex_lock(&usb->mPartnerLock);
155 usb->mPartnerUp = false;
168 int err = pthread_cond_timedwait(&usb->mPartnerCV, &usb->mPartnerLock, &to);
173 } else if (!usb->mPartnerUp)
510 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /device/google/marlin/usb/
Usb.h 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 { namespace in namespace:android::hardware
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
    [all...]
  /device/google/wahoo/usb/
Usb.h 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 { namespace in namespace:android::hardware
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
    [all...]
Usb.cpp 17 #define LOG_TAG "android.hardware.usb@1.1-service.wahoo"
36 #include "Usb.h"
40 namespace usb { namespace in namespace:android::hardware
161 const PortRole &newRole, struct Usb *usb) {
178 pthread_mutex_lock(&usb->mPartnerLock);
179 usb->mPartnerUp = false;
192 int err = pthread_cond_timedwait(&usb->mPartnerCV, &usb->mPartnerLock, &to);
197 } else if (!usb->mPartnerUp)
533 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 85 EDD_USB Usb;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 889 Converts a USB device path structure to its string representative.
909 USB_DEVICE_PATH *Usb;
911 Usb = DevPath;
912 UefiDevicePathLibCatPrint (Str, L"USB(0x%x,0x%x)", Usb->ParentPortNumber, Usb->InterfaceNumber);
916 Converts a USB WWID device path structure to its string representative.
    [all...]
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 618 USB_DEVICE_PATH *Usb;
628 Usb = (USB_DEVICE_PATH *) DevicePathNode;
629 Status = AppendCSDNum (MappingItem, Usb->ParentPortNumber);
631 Status = AppendCSDNum (MappingItem, Usb->InterfaceNumber);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 501 USB_DEVICE_PATH Usb;
549 USB_DEVICE_PATH *Usb;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 408 /// USB Device Path SubType.
414 /// USB Parent Port Number.
418 /// USB Interface Number.
424 /// USB Class Device Path SubType.
430 /// Vendor ID assigned by USB-IF. A value of 0xFFFF will
435 /// Product ID assigned by USB-IF. A value of 0xFFFF will
440 /// The class code assigned by the USB-IF. A value of 0xFF
445 /// The subclass code assigned by the USB-IF. A value of
450 /// The protocol code assigned by the USB-IF. A value of
457 /// USB WWID Device Path SubType.
    [all...]

Completed in 444 milliseconds