Home
last modified time | relevance | path

Searched refs:UsbTransferType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/components/usb_service/
Dusb_interface.h13 enum UsbTransferType { enum
45 virtual UsbTransferType GetTransferType() const = 0;
Dusb_interface_impl.cc58 UsbTransferType UsbEndpointDescriptorImpl::GetTransferType() const { in GetTransferType()
Dusb_interface_impl.h33 virtual UsbTransferType GetTransferType() const OVERRIDE;
Dusb_device_handle_impl.h116 UsbTransferType transfer_type,
Dusb_device_handle_impl.cc173 UsbTransferType transfer_type;
628 UsbTransferType transfer_type, in SubmitTransfer()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_browsertest.cc111 virtual UsbTransferType GetTransferType() const OVERRIDE { in GetTransferType()
122 UsbTransferType usb_transfer_type_;
/external/chromium_org/extensions/browser/api/usb/
Dusb_api.cc62 using usb_service::UsbTransferType;
150 bool ConvertTransferTypeToApi(const UsbTransferType& input, in ConvertTransferTypeToApi()
838 const UsbTransferType& input, in ConvertTransferTypeSafely()
Dusb_api.h161 const usb_service::UsbTransferType& input,