Searched refs:bulkIn (Results 1 - 2 of 2) sorted by relevance

/system/core/fastboot/
H A Dusb_osx.c59 UInt8 bulkIn; member in struct:usb_handle
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);
/system/core/adb/
H A Dusb_osx.c40 UInt8 bulkIn; member in struct:usb_handle
360 handle->bulkIn = endpoint;
510 if (0 == handle->bulkIn) {
511 DBG("ERR: bulkIn endpoint not assigned\n");
517 handle->bulkIn, buf, &numBytes);

Completed in 926 milliseconds