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 397 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,
134 ControlTransfer(USB_DIRECTION_OUTBOUND,
usb_api.cc 25 namespace ControlTransfer = usb::ControlTransfer;
947 parameters_ = ControlTransfer::Params::Create(*args_);
983 device_handle->ControlTransfer(
    [all...]
usb_api.h 237 DECLARE_EXTENSION_FUNCTION("usb.controlTransfer", USB_CONTROLTRANSFER)
248 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 196 milliseconds