Home
last modified time | relevance | path

Searched refs:IsochronousTransfer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_apitest.cc53 MOCK_METHOD8(IsochronousTransfer, void(const UsbEndpointDirection direction,
152 IsochronousTransfer(USB_DIRECTION_OUTBOUND, 3, _, 1, 1, 1, _, _)) in IN_PROC_BROWSER_TEST_F()
Dusb_api.cc29 namespace IsochronousTransfer = usb::IsochronousTransfer;
1093 parameters_ = IsochronousTransfer::Params::Create(*args_); in Prepare()
1141 device_handle->IsochronousTransfer( in AsyncWorkStart()
Dusb_api.h297 scoped_ptr<extensions::api::usb::IsochronousTransfer::Params> parameters_;
/external/chromium_org/chrome/browser/usb/
Dusb_device_handle.h107 virtual void IsochronousTransfer(const UsbEndpointDirection direction,
Dusb_device_handle.cc492 void UsbDeviceHandle::IsochronousTransfer(const UsbEndpointDirection direction, in IsochronousTransfer() function in UsbDeviceHandle