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

  /hardware/interfaces/usb/1.0/default/
Usb.h 4 #include <android/hardware/usb/1.0/IUsb.h>
13 #define LOG_TAG "android.hardware.usb@1.0-service"
18 namespace usb { namespace in namespace:android::hardware
22 using ::android::hardware::usb::V1_0::IUsb;
23 using ::android::hardware::usb::V1_0::IUsbCallback;
24 using ::android::hardware::usb::V1_0::PortRole;
34 struct Usb : public IUsb {
35 Usb();
48 } // namespace usb
Usb.cpp 30 #include "Usb.h"
34 namespace usb { namespace in namespace:android::hardware
85 Return<void> Usb::switchRole(const hidl_string& portName,
302 Return<void> Usb::queryPortStatus() {
316 android::hardware::usb::V1_0::implementation::Usb *usb; member in struct:android::hardware::usb::V1_0::implementation::data
337 if (payload->usb->mCallback != NULL) {
341 payload->usb->mCallback->notifyPortStatusChange(currentPortStatus, status);
368 payload.usb = (android::hardware::usb::V1_0::implementation::Usb *)param
459 Usb *usb; member in namespace:android::hardware::usb::V1_0::implementation
    [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)
535 android::hardware::usb::V1_1::implementation::Usb *usb; member in struct:android::hardware::usb::V1_1::implementation::data
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 628 USB_DEVICE_PATH *Usb;
630 Usb = DevPath;
631 CatPrint(Str, L"Usb(%x)", Usb->Port);
833 case BBS_TYPE_USB: Type = L"Usb"; break;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 85 EDD_USB Usb;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 856 Converts a USB device path structure to its string representative.
876 USB_DEVICE_PATH *Usb;
878 Usb = DevPath;
879 UefiDevicePathLibCatPrint (Str, L"USB(0x%x,0x%x)", Usb->ParentPortNumber, Usb->InterfaceNumber);
883 Converts a USB WWID device path structure to its string representative.
    [all...]
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 586 USB_DEVICE_PATH *Usb;
596 Usb = (USB_DEVICE_PATH *) DevicePathNode;
597 AppendCSDNum (MappingItem, Usb->ParentPortNumber);
598 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;
  /external/syslinux/efi32/include/efi/
efidevp.h 348 USB_DEVICE_PATH Usb;
382 USB_DEVICE_PATH *Usb;
  /external/syslinux/efi64/include/efi/
efidevp.h 348 USB_DEVICE_PATH Usb;
382 USB_DEVICE_PATH *Usb;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 348 USB_DEVICE_PATH Usb;
382 USB_DEVICE_PATH *Usb;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 470 USB_DEVICE_PATH Usb;
507 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 1234 milliseconds