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

  /system/core/fastboot/
usb_osx.c 59 UInt8 bulkIn;
202 handle->bulkIn = endpoint;
232 handle->bulkIn);
487 if (h->bulkIn == 0) {
488 ERR("bulkIn endpoint not assigned\n");
493 h->interface, h->bulkIn, data, &numBytes);
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 200 UsbEndpoint bulkIn = null;
205 if (bulkIn == null) {
207 bulkIn = ep;
216 if (bulkIn == null || bulkOut == null) {
228 mTransport = new UsbAccessoryBulkTransport(mLogger, conn, bulkIn, bulkOut);
  /system/core/adb/
usb_osx.c 40 UInt8 bulkIn;
360 handle->bulkIn = endpoint;
510 if (0 == handle->bulkIn) {
511 DBG("ERR: bulkIn endpoint not assigned\n");
517 handle->bulkIn, buf, &numBytes);

Completed in 255 milliseconds