Home
last modified time | relevance | path

Searched refs:transfer_type (Results 1 – 15 of 15) sorted by relevance

/external/tcpdump/
Dprint-usb.c40 get_direction(int transfer_type, int event_type) in get_direction() argument
45 switch(transfer_type){ in get_direction()
88 switch(uh->transfer_type) in usb_header_print()
121 direction = get_direction(uh->transfer_type, uh->event_type); in usb_header_print()
/external/chromium_org/device/usb/
Dusb_device_handle_impl.cc160 UsbTransferType transfer_type; member
169 : transfer_type(USB_TRANSFER_CONTROL), length(0) { in Transfer()
508 UsbTransferType transfer_type, in PostOrSubmitTransfer() argument
514 transfer_type, in PostOrSubmitTransfer()
524 transfer_type, in PostOrSubmitTransfer()
534 UsbTransferType transfer_type, in SubmitTransfer() argument
542 transfer.transfer_type = transfer_type; in SubmitTransfer()
591 switch (transfer.transfer_type) { in CompleteTransfer()
Dusb_device_handle_impl.h112 UsbTransferType transfer_type,
121 UsbTransferType transfer_type,
Dusb_descriptors.cc14 transfer_type(USB_TRANSFER_CONTROL), in UsbEndpointDescriptor()
Dusb_descriptors.h48 UsbTransferType transfer_type; member
Dusb_device_impl.cc293 endpoint.transfer_type = GetTransferType(platform_endpoint); in GetConfiguration()
/external/libpcap/pcap/
Dusb.h82 u_int8_t transfer_type; member
107 u_int8_t transfer_type; member
/external/libpcap/
Dpcap-common.c1140 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1183 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
Dpcap-usb-linux.c557 uhdr->transfer_type = urb_transfer; in usb_read_linux()
/external/chromium_org/content/browser/gamepad/
Dxbox_data_fetcher_mac.cc409 uint8 transfer_type; in OpenDevice() local
417 &transfer_type, in OpenDevice()
420 if (kr != KERN_SUCCESS || transfer_type != kUSBInterrupt) { in OpenDevice()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_browsertest.cc342 bulk_in.transfer_type = device::USB_TRANSFER_BULK; in MockUsbDevice()
348 bulk_out.transfer_type = device::USB_TRANSFER_BULK; in MockUsbDevice()
Dandroid_usb_device.cc84 if (endpointIt->transfer_type != device::USB_TRANSFER_BULK) in ClaimInterface()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Devent_router.cc111 status->transfer_type = in JobInfoToTransferStatus()
/external/chromium_org/extensions/browser/api/usb/
Dusb_api.cc367 output->type = ConvertTransferTypeToApi(input.transfer_type); in ConvertEndpointDescriptor()
/external/libusb/
DChangeLog1338 Rename endpoint_type to transfer_type