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

  /external/chromium_org/chrome/browser/usb/
usb_device_handle.h 82 virtual void ControlTransfer(const UsbEndpointDirection direction,
usb_device_handle.cc 394 void UsbDeviceHandle::ControlTransfer(const UsbEndpointDirection direction,
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_apitest.cc 39 MOCK_METHOD10(ControlTransfer, void(const UsbEndpointDirection direction,
129 ControlTransfer(USB_DIRECTION_OUTBOUND,
usb_api.cc 24 namespace ControlTransfer = extensions::api::usb::ControlTransfer;
772 parameters_ = ControlTransfer::Params::Create(*args_);
811 resource->device()->ControlTransfer(
    [all...]
usb_api.h 203 DECLARE_EXTENSION_FUNCTION("usb.controlTransfer", USB_CONTROLTRANSFER)
214 scoped_ptr<extensions::api::usb::ControlTransfer::Params> parameters_;
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 804 WinUsb_ControlTransfer_t ControlTransfer;
windows_usb.c     [all...]

Completed in 356 milliseconds