HomeSort by relevance Sort by last modified time
    Searched refs:actual_length (Results 26 - 50 of 53) sorted by null

12 3

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
usbdevice_fs.h 68 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
79 int actual_length; member in struct:usbdevfs_urb
  /system/core/include/usbhost/
usbhost.h 47 int actual_length; member in struct:usb_request
  /external/libusb/libusb/
libusb.h 691 unsigned int actual_length; member in struct:libusb_iso_packet_descriptor
748 int actual_length; member in struct:libusb_transfer
    [all...]
io.c 95 int actual_length,
96 int r = libusb_bulk_transfer(handle, EP_IN, data, sizeof(data), &actual_length, 0);
97 if (r == 0 && actual_length == sizeof(data)) {
191 * the \ref libusb_transfer::actual_length "libusb_transfer.actual_length"
196 * other behaviour is largely undefined: actual_length may or may not be
382 * - The actual_length field of the transfer structure is relative to the
385 * should expect an <tt>actual_length</tt> of 4 to indicate that the data was
440 * \ref libusb_transfer::actual_length "actual_length" field of the transfe
    [all...]
  /external/chromium/base/i18n/
icu_string_conversions.cc 282 int actual_length = unorm_normalize( local
288 normalized_utf16.resize(actual_length);
  /external/libusb-compat/libusb/
core.c 749 int actual_length; local
753 &actual_length, timeout);
757 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
758 return actual_length;
794 int actual_length; local
798 &actual_length, timeout);
802 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
803 return actual_length;
  /external/libusb/libusb/os/
linux_usbfs.c     [all...]
  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 177 int actual_length; local
178 ASSERT_NO_FATAL_FAILURE(GetResultLength(tab_index, &actual_length));
179 ASSERT_GE(actual_length, length);
180 for (int i = 0; i < actual_length; ++i) {
  /external/kernel-headers/original/linux/
usb.h 672 unsigned int actual_length; member in struct:usb_iso_packet_descriptor
716 * @actual_length: This is read in non-iso completion functions, and
864 int actual_length; \/* (return) actual transfer length *\/ member in struct:urb
    [all...]
  /frameworks/av/media/mtp/
MtpPacket.cpp 161 request->actual_length = result;
MtpDataPacket.cpp 430 return (req ? req->actual_length : -1);
  /system/core/adb/
usb_linux.c 328 res = urb->actual_length;
387 out, out->status, out->actual_length);
393 res = urb->actual_length;
  /system/core/libusbhost/
usbhost.c 571 urb, urb->status, urb->actual_length);
573 req->actual_length = urb->actual_length;
  /external/dbus/bus/
signals.c 1689 int actual_length; local
    [all...]
  /external/libusb/examples/
dpfp.c 159 printf("async cb_mode_changed length=%d actual_length=%d\n",
160 transfer->length, transfer->actual_length);
dpfp_threaded.c 188 printf("async cb_mode_changed length=%d actual_length=%d\n",
189 transfer->length, transfer->actual_length);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/qemu/
usb-linux.c 266 aurb, aurb->urb.status, aurb->urb.actual_length);
271 p->len = aurb->urb.actual_length;
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 2360 unsigned int actual_length; member in struct:vki_usbdevfs_iso_packet_desc
2371 int actual_length; member in struct:vki_usbdevfs_urb
    [all...]

Completed in 1668 milliseconds

12 3