Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dusb_osx.c465 UInt32 numBytes = len; in usb_read() local
486 h->interface, h->bulkIn, data, &numBytes); in usb_read()
489 return (int) numBytes; in usb_read()
/system/core/adb/
Dusb_osx.c487 UInt32 numBytes = len; in usb_read() local
509 handle->bulkIn, buf, &numBytes); in usb_read()