Searched refs:ControlTransfer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/usb/
H A Dusb_apitest.cc39 MOCK_METHOD10(ControlTransfer, void(const UsbEndpointDirection direction,
129 ControlTransfer(USB_DIRECTION_OUTBOUND,
H A Dusb_api.cc24 namespace ControlTransfer = extensions::api::usb::ControlTransfer;
772 parameters_ = ControlTransfer::Params::Create(*args_);
811 resource->device()->ControlTransfer(
H A Dusb_api.h214 scoped_ptr<extensions::api::usb::ControlTransfer::Params> parameters_;
/external/chromium_org/chrome/browser/usb/
H A Dusb_device_handle.h82 virtual void ControlTransfer(const UsbEndpointDirection direction,
H A Dusb_device_handle.cc394 void UsbDeviceHandle::ControlTransfer(const UsbEndpointDirection direction, function in class:UsbDeviceHandle
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h804 WinUsb_ControlTransfer_t ControlTransfer; member in struct:winusb_interface
H A Dwindows_usb.c2530 WinUSBX_Set(ControlTransfer);
2899 if (!WinUSBX[sub_api].ControlTransfer(wfd.handle, *setup, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, size, NULL, wfd.overlapped)) {
2901 usbi_warn(ctx, "ControlTransfer failed: %s", windows_error_str(0));

Completed in 111 milliseconds