HomeSort by relevance Sort by last modified time
    Searched refs:wIndex (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
usb_ch9.h 77 __le16 wIndex;
  /external/qemu/
usb-linux.c 50 uint16_t wIndex;
60 uint16_t wIndex;
561 index = le16_to_cpu(s->ctrl.req.wIndex);
788 ct.wIndex = 0;
829 ct.wIndex = interface;
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.h 428 USHORT wIndex;
450 USHORT wIndex;
  /system/core/adb/
usb_linux.c 630 ctrl.wIndex = 0;
646 ctrl.wIndex = __le16_to_cpu(languages[i]);
  /bionic/libc/kernel/common/linux/usb/
ch9.h 109 __le16 wIndex;
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 92 unsigned int wIndex; // 4 Depends on bRequest
Usb.cpp 101 setup_pkt.wIndex = wInd;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h 128 * @wIndex: matches the USB wIndex field (le16 byte order)
144 __le16 wIndex;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 128 * @wIndex: matches the USB wIndex field (le16 byte order)
144 __le16 wIndex;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h 128 * @wIndex: matches the USB wIndex field (le16 byte order)
144 __le16 wIndex;
  /system/core/fastboot/
usb_linux.c 148 ctrl.wIndex = 0x0409;
usb_osx.c 343 req.wIndex = 0x0409;
  /external/libusb-compat/libusb/
core.c 836 int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout)
840 bRequest, wValue, wIndex, size, timeout);
843 bRequest & 0xff, wValue & 0xffff, wIndex & 0xffff, bytes, size & 0xffff,
  /external/libusb/libusb/os/
darwin_usb.c 467 req.wIndex = 0;
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 363 int pIndex, wIndex;
370 wIndex = a.indexOf(WAIT);
372 trimIndex = minPositive(pIndex, wIndex);
    [all...]

Completed in 2228 milliseconds

1 2 34 5