ControlTransfer 24 chrome/browser/extensions/api/usb/usb_api.cc namespace ControlTransfer = usb::ControlTransfer; ControlTransfer 946 chrome/browser/extensions/api/usb/usb_api.cc parameters_ = ControlTransfer::Params::Create(*args_); ControlTransfer 982 chrome/browser/extensions/api/usb/usb_api.cc device_handle->ControlTransfer( ControlTransfer 248 chrome/browser/extensions/api/usb/usb_api.h scoped_ptr<extensions::api::usb::ControlTransfer::Params> parameters_; ControlTransfer 39 chrome/browser/extensions/api/usb/usb_apitest.cc MOCK_METHOD10(ControlTransfer, void(const UsbEndpointDirection direction, ControlTransfer 134 chrome/browser/extensions/api/usb/usb_apitest.cc ControlTransfer(USB_DIRECTION_OUTBOUND, ControlTransfer 81 chrome/browser/usb/usb_device_handle.h virtual void ControlTransfer(const UsbEndpointDirection direction, ControlTransfer 2541 third_party/libusb/src/libusb/os/windows_usb.c WinUSBX_Set(ControlTransfer); ControlTransfer 2910 third_party/libusb/src/libusb/os/windows_usb.c if (!WinUSBX[sub_api].ControlTransfer(wfd.handle, *setup, transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE, size, NULL, wfd.overlapped)) { ControlTransfer 804 third_party/libusb/src/libusb/os/windows_usb.h WinUsb_ControlTransfer_t ControlTransfer;