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

  /system/core/adb/
usb_osx.cpp 299 static bool ClearPipeStallBothEnds(IOUSBInterfaceInterface190** interface, UInt8 bulkEp) {
300 IOReturn rc = (*interface)->ClearPipeStallBothEnds(interface, bulkEp);
373 if (!ClearPipeStallBothEnds(interface, handle->bulkIn)) goto err_get_pipe_props;
378 if (!ClearPipeStallBothEnds(interface, handle->bulkOut)) goto err_get_pipe_props;
  /system/core/fastboot/
usb_osx.cpp 248 kr = (*interface)->ClearPipeStallBothEnds(interface,
256 kr = (*interface)->ClearPipeStallBothEnds(interface,
  /external/libusb/libusb/os/
darwin_usb.c     [all...]

Completed in 1392 milliseconds