HomeSort by relevance Sort by last modified time
    Searched full:bulk_in (Results 1 - 6 of 6) sorted by null

  /system/core/adb/
usb_linux_client.cpp 75 int bulk_in; /* "in" from the host's perspective => sink for adbd */ member in struct:usb_handle
440 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR);
441 if (h->bulk_in < 0) {
449 if (h->bulk_in > 0) {
450 adb_close(h->bulk_in);
451 h->bulk_in = -1;
495 D("about to write (fd=%d, len=%d)", h->bulk_in, len);
500 int n = adb_write(h->bulk_in, buf, write_len);
502 D("ERROR: fd = %d, n = %d: %s", h->bulk_in, n, strerror(errno));
509 D("[ done fd=%d ]", h->bulk_in);
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 475 bulk_in, bulk_out = False, False
484 bulk_in = True
485 return bulk_in and bulk_out
  /prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-aarch64 
qemu-system-i386 
qemu-system-mips64el 
qemu-system-x86_64 

Completed in 64 milliseconds