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

  /external/libusb/libusb/os/
windows_usbdk.c 104 USBDK_READ_PIPE ReadPipe;
163 usbdk_helper.ReadPipe = (USBDK_READ_PIPE)get_usbdk_proc_addr(ctx, "UsbDk_ReadPipe");
164 if (usbdk_helper.ReadPipe == NULL)
574 transResult = usbdk_helper.ReadPipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
634 transferRes = usbdk_helper.ReadPipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
645 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0));
703 transferRes = usbdk_helper.ReadPipe(priv->redirector_handle, &transfer_priv->request, wfd.overlapped);
714 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0));
windows_winusb.h 848 WinUsb_ReadPipe_t ReadPipe;
windows_winusb.c     [all...]
  /system/update_engine/
omaha_request_params_unittest.cc 70 if (!utils::ReadPipe("uname -m", &machine_type))
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 178 const static char ReadPipe[] = "read_pipe";
575 _SPIRV_OP(read_pipe, ReadPipe)
OCL20ToSPIRV.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 250 _SPIRV_OP(ReadPipe, 274)
SPIRVInstruction.h     [all...]
  /system/core/adb/client/
usb_osx.cpp 530 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes);
535 result = (*handle->interface)->ReadPipe(handle->interface, handle->bulkIn, buf, &numBytes);
  /system/update_engine/common/
utils.h 107 bool ReadPipe(const std::string& cmd, std::string* out_p);
utils.cc 383 bool ReadPipe(const string& cmd, string* out_p) {
    [all...]
  /system/core/fastboot/
usb_osx.cpp 497 result = (*handle_->interface)->ReadPipe(handle_->interface, handle_->bulkIn, data, &numBytes);

Completed in 331 milliseconds