Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dudp_test.cpp54 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()
/aosp14/system/core/fastboot/fuzzer/
H A Dfastboot_fuzzer.cpp171 static string InitPacket(uint16_t sequence, uint16_t version, uint16_t max_packet_size) { in InitPacket() argument
173 PacketValue(sequence) + PacketValue(version) + PacketValue(max_packet_size); in InitPacket()
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h49 int max_packet_size; member
/aosp14/system/core/libusbhost/
H A Dusbhost.c711 req->max_packet_size = __le16_to_cpu(ep_desc->wMaxPacketSize); in usb_request_new()
/aosp14/frameworks/base/core/proto/android/service/
H A Dusb.proto175 optional int32 max_packet_size = 6; field