Home
last modified time | relevance | path

Searched defs:max_packet_size (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h49 int max_packet_size; member
/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()
/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()
/aosp14/frameworks/base/core/proto/android/service/
H A Dusb.proto175 optional int32 max_packet_size = 6; field