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

  /system/core/fastboot/
usb_osx.cpp 535 result = (*handle_->interface)->WritePipe(
549 result = (*handle_->interface)->WritePipe(
562 result = (*handle_->interface)->WritePipe(
  /external/libusb/libusb/os/
windows_usbdk.c 105 USBDK_WRITE_PIPE WritePipe;
167 usbdk_helper.WritePipe = (USBDK_WRITE_PIPE)get_usbdk_proc_addr(ctx, "UsbDk_WritePipe");
168 if (usbdk_helper.WritePipe == NULL)
576 transResult = usbdk_helper.WritePipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
636 transferRes = usbdk_helper.WritePipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
645 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0));
705 transferRes = usbdk_helper.WritePipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
714 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0));
windows_winusb.h 853 WinUsb_WritePipe_t WritePipe;
darwin_usb.c     [all...]
windows_winusb.c     [all...]
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 199 const static char WritePipe[] = "write_pipe";
576 _SPIRV_OP(write_pipe, WritePipe)
OCL20ToSPIRV.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 251 _SPIRV_OP(WritePipe, 275)
SPIRVInstruction.h     [all...]
  /system/core/adb/client/
usb_osx.cpp 477 (*handle->interface)->WritePipe(handle->interface, handle->bulkOut, (void *)buf, len);
483 (*handle->interface)->WritePipe(

Completed in 457 milliseconds