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

  /system/core/adb/client/
usb_osx.cpp 310 static bool ClearPipeStallBothEnds(IOUSBInterfaceInterface190** interface, UInt8 bulkEp) {
311 IOReturn rc = (*interface)->ClearPipeStallBothEnds(interface, bulkEp);
384 if (!ClearPipeStallBothEnds(interface, handle->bulkIn)) goto err_get_pipe_props;
389 if (!ClearPipeStallBothEnds(interface, handle->bulkOut)) goto err_get_pipe_props;
  /system/core/fastboot/
usb_osx.cpp 240 kr = (*interface)->ClearPipeStallBothEnds(interface,
248 kr = (*interface)->ClearPipeStallBothEnds(interface,
  /external/libusb/libusb/os/
darwin_usb.c     [all...]

Completed in 162 milliseconds