Searched refs:max_packet_size (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/client/ |
D | usb_linux.cpp | 71 size_t max_packet_size; member 151 size_t max_packet_size = 0; in find_usb_device() local 260 max_packet_size = ep1->wMaxPacketSize; in find_usb_device() 292 device->iSerialNumber, zero_mask, max_packet_size); in find_usb_device() 531 return h->max_packet_size; in usb_get_max_packet_size() 536 unsigned zero_mask, size_t max_packet_size) { in register_device() argument 559 usb->max_packet_size = max_packet_size; in register_device()
|
D | usb_windows.cpp | 70 unsigned max_packet_size; member 495 return handle->max_packet_size; in usb_get_max_packet_size() 532 handle->max_packet_size = endpoint_info.max_packet_size; in recognized_device() 533 handle->zero_mask = endpoint_info.max_packet_size - 1; in recognized_device()
|
D | usb_libusb.cpp | 93 uint8_t bulk_out, size_t zero_mask, size_t max_packet_size) in usb_handle() 103 max_packet_size(max_packet_size) {} in usb_handle() 147 size_t max_packet_size; member 634 CHECK(h->max_packet_size != 0); in usb_get_max_packet_size() 635 return h->max_packet_size; in usb_get_max_packet_size()
|
D | usb_osx.cpp | 57 size_t max_packet_size; member 69 max_packet_size(0), in usb_handle() 310 LOG(INFO) << "reported max packet size for " << serial << " is " << handle->max_packet_size; in AndroidInterfaceAdded() 414 handle->max_packet_size = maxPacketSize; in CheckInterface() 589 return handle->max_packet_size; in usb_get_max_packet_size()
|
/system/bt/hci/src/ |
D | packet_fragmenter.cc | 77 uint16_t max_packet_size = max_data_size + HCI_ACL_PREAMBLE_SIZE; in fragment_and_dispatch() local 84 while (remaining_length > max_packet_size) { in fragment_and_dispatch() 90 packet->len = max_packet_size; in fragment_and_dispatch()
|
/system/core/fastboot/ |
D | udp_test.cpp | 54 static std::string InitPacket(uint16_t sequence, uint16_t version, uint16_t max_packet_size) { in InitPacket() argument 56 PacketValue(version) + PacketValue(max_packet_size); in InitPacket() 424 for (uint16_t max_packet_size : {512, 1024, 1200}) { in TEST_F() 425 ASSERT_TRUE(InitializeTransport(0, max_packet_size)); in TEST_F() 428 size_t max_data_size = max_packet_size - 4; in TEST_F()
|
/system/core/libusbhost/include/usbhost/ |
D | usbhost.h | 48 int max_packet_size; member
|
/system/core/libusbhost/ |
D | usbhost.c | 717 req->max_packet_size = __le16_to_cpu(ep_desc->wMaxPacketSize); in usb_request_new()
|