HomeSort by relevance Sort by last modified time
    Searched refs:bulkIn (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
usb_osx.c 59 UInt8 bulkIn;
202 handle->bulkIn = endpoint;
232 handle->bulkIn);
479 if (h->bulkIn == 0) {
480 ERR("bulkIn endpoint not assigned\n");
485 h->interface, h->bulkIn, data, &numBytes);
  /system/core/adb/
usb_osx.c 40 UInt8 bulkIn;
352 handle->bulkIn = endpoint;
502 if (0 == handle->bulkIn) {
503 DBG("ERR: bulkIn endpoint not assigned\n");
509 handle->bulkIn, buf, &numBytes);

Completed in 40 milliseconds