Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/
H A Dusb_libusb.cpp412 size_t endpoint_packet_size = endpoint_desc.wMaxPacketSize; in FindInterface() local
413 CHECK(endpoint_packet_size != 0); in FindInterface()
415 packet_size = endpoint_packet_size; in FindInterface()
417 CHECK(packet_size == endpoint_packet_size); in FindInterface()