Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_osx.cpp319 static bool ClearPipeStallBothEnds(IOUSBInterfaceInterface550** interface, UInt8 bulkEp) { in ClearPipeStallBothEnds() function
320 IOReturn rc = (*interface)->ClearPipeStallBothEnds(interface, bulkEp); in ClearPipeStallBothEnds()
397 if (!ClearPipeStallBothEnds(interface, handle->bulkIn)) goto err_get_pipe_props; in CheckInterface()
402 if (!ClearPipeStallBothEnds(interface, handle->bulkOut)) goto err_get_pipe_props; in CheckInterface()
/aosp12/system/core/fastboot/
H A Dusb_osx.cpp241 kr = (*interface)->ClearPipeStallBothEnds(interface, in try_interfaces()
249 kr = (*interface)->ClearPipeStallBothEnds(interface, in try_interfaces()