HomeSort by relevance Sort by last modified time
    Searched refs:transfer_type (Results 1 - 18 of 18) sorted by null

  /external/tcpdump/
print-usb.c 40 get_direction(int transfer_type, int event_type)
45 switch(transfer_type){
88 switch(uh->transfer_type)
121 direction = get_direction(uh->transfer_type, uh->event_type);
  /external/chromium_org/device/usb/
usb_descriptors.cc 14 transfer_type(USB_TRANSFER_CONTROL),
usb_device_handle_impl.h 112 UsbTransferType transfer_type,
121 UsbTransferType transfer_type,
usb_descriptors.h 48 UsbTransferType transfer_type; member in struct:device::UsbEndpointDescriptor
usb_device_handle_impl.cc 160 UsbTransferType transfer_type; member in struct:device::UsbDeviceHandleImpl::Transfer
169 : transfer_type(USB_TRANSFER_CONTROL), length(0) {
508 UsbTransferType transfer_type,
514 transfer_type,
524 transfer_type,
534 UsbTransferType transfer_type,
542 transfer.transfer_type = transfer_type;
591 switch (transfer.transfer_type) {
usb_device_impl.cc 293 endpoint.transfer_type = GetTransferType(platform_endpoint);
  /external/libpcap/pcap/
usb.h 82 u_int8_t transfer_type; member in struct:_usb_header
107 u_int8_t transfer_type; member in struct:_usb_header_mmapped
  /frameworks/av/include/media/
AudioRecord.h 118 enum transfer_type { enum in class:android::AudioRecord
167 transfer_type transferType = TRANSFER_DEFAULT,
202 transfer_type transferType = TRANSFER_DEFAULT,
499 transfer_type mTransfer;
AudioTrack.h 132 enum transfer_type { enum in class:android::AudioTrack
188 transfer_type transferType = TRANSFER_DEFAULT,
215 transfer_type transferType = TRANSFER_DEFAULT,
258 transfer_type transferType = TRANSFER_DEFAULT,
    [all...]
  /external/libpcap/
pcap-common.c     [all...]
pcap-usb-linux.c 557 uhdr->transfer_type = urb_transfer;
  /external/chromium_org/content/browser/gamepad/
xbox_data_fetcher_mac.cc 409 uint8 transfer_type; local
417 &transfer_type,
420 if (kr != KERN_SUCCESS || transfer_type != kUSBInterrupt) {
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc 342 bulk_in.transfer_type = device::USB_TRANSFER_BULK;
348 bulk_out.transfer_type = device::USB_TRANSFER_BULK;
android_usb_device.cc 84 if (endpointIt->transfer_type != device::USB_TRANSFER_BULK)
  /frameworks/av/media/libmedia/
AudioRecord.cpp 84 transfer_type transferType,
130 transfer_type transferType,
    [all...]
AudioTrack.cpp 139 transfer_type transferType,
167 transfer_type transferType,
221 transfer_type transferType,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc 111 status->transfer_type =
    [all...]
  /external/chromium_org/extensions/browser/api/usb/
usb_api.cc 367 output->type = ConvertTransferTypeToApi(input.transfer_type);
    [all...]

Completed in 966 milliseconds