Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_osx.cpp53 UInt8 bulkIn; member
65 : bulkIn(0), in usb_handle()
397 handle->bulkIn = endpoint; in CheckInterface()
398 if (!ClearPipeStallBothEnds(interface, handle->bulkIn)) goto err_get_pipe_props; in CheckInterface()
528 if (0 == handle->bulkIn) { in usb_read()
533 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read()
537 (*handle->interface)->ClearPipeStall(handle->interface, handle->bulkIn); in usb_read()
538 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes); in usb_read()
/system/core/fastboot/
Dusb_osx.cpp62 UInt8 bulkIn; member
212 handle->bulkIn = endpoint; in try_interfaces()
242 handle->bulkIn); in try_interfaces()
513 if (handle_->bulkIn == 0) { in Read()
520 ->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes); in Read()
523 ->ReadPipeTO(handle_->interface, handle_->bulkIn, data, &numBytes, in Read()